addTagListener
public void addTagListener(XTagListener tagListener)
equals
public boolean equals(Object o)
getAttributeNames
public Collection getAttributeNames()
Returns all tag attribute names, in the order they occur in the source.
getAttributeValue
public String getAttributeValue(String attributeName)
Returns the value of the tag parameter with the given name, or null if none
exist;
attributeName
- Describe what the parameter does
getDoc
public XDoc getDoc()
Returns the XDoc object we belong to.
- the XDoc object we belong to.
getInfo
public String getInfo()
getLineNumber
public int getLineNumber()
getName
public String getName()
Returns the full name of the tag, excluding the @
- Describe the return value
getValue
public String getValue()
Returns the full value of the tag.
- Describe the return value
hashCode
public int hashCode()
removeAttribute
public String removeAttribute(String attributeName)
removeTagListener
public void removeTagListener(XTagListener tagListener)
setAttribute
public void setAttribute(String attributeName,
String attributeValue)
Adds a parameter
attributeName
- name of the attributeattributeValue
- value of the attribute