|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addTagListener(XTagListener tagListener)
|
boolean |
equals(Object o)
|
Collection |
getAttributeNames()
Returns all tag attribute names, in the order they occur in the source. |
String |
getAttributeValue(String attributeName)
Returns the value of the tag parameter with the given name, or null if none exist; |
XDoc |
getDoc()
Returns the XDoc object we belong to. |
String |
getInfo()
|
int |
getLineNumber()
|
String |
getName()
Returns the full name of the tag, excluding the @ |
String |
getValue()
Returns the full value of the tag. |
int |
hashCode()
|
String |
removeAttribute(String attributeName)
|
void |
removeTagListener(XTagListener tagListener)
|
void |
setAttribute(String attributeName,
String attributeValue)
Adds a parameter |
void |
validate()
Validates the tag. |
Method Detail |
public String getAttributeValue(String attributeName)
attributeName
- Describe what the parameter does
public Collection getAttributeNames()
public String getName()
public String getValue()
public XDoc getDoc()
public int getLineNumber()
public String getInfo()
public void setAttribute(String attributeName, String attributeValue)
attributeName
- name of the attributeattributeValue
- value of the attributepublic String removeAttribute(String attributeName)
public void addTagListener(XTagListener tagListener)
public void removeTagListener(XTagListener tagListener)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void validate() throws TagValidationException
TagValidationException
- if the content of the tag is somehow
invalid
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |