|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tlddoc.tagfileparser.Directive
public class Directive
Encapsulates a directive in a tag file.
Constructor Summary | |
---|---|
Directive()
Creates a new instance of Directive |
Method Summary | |
---|---|
void |
addAttribute(Attribute attribute)
Adds an attribute to the list of attributes for this directive. |
java.util.Iterator |
getAttributes()
Returns an iterator through the set of attributes in this directive. |
java.lang.String |
getDirectiveName()
Getter for property directiveName. |
void |
setDirectiveName(java.lang.String directiveName)
Setter for property directiveName. |
java.lang.String |
toString()
Returns a string representation of this directive. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Directive()
Method Detail |
---|
public java.lang.String getDirectiveName()
public void setDirectiveName(java.lang.String directiveName)
directiveName
- New value of property directiveName.public void addAttribute(Attribute attribute)
public java.util.Iterator getAttributes()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |