public static class XmlDocument.EndTag extends XmlDocument.XmlElement
Modifier and Type | Field and Description |
---|---|
java.lang.String |
tagName |
Constructor and Description |
---|
EndTag(java.lang.String t) |
Modifier and Type | Method and Description |
---|---|
void |
accept(XmlVisitor v) |
int |
getLength() |
java.lang.String |
toString() |
equals, getEndLocation, getEndPosition, getStartLocation, getStartPosition, setEndLocation, setEndLocation, setEndPosition, setStartLocation, setStartLocation, setStartPosition, toLongString
public void accept(XmlVisitor v)
accept
in class XmlDocument.XmlElement
public int getLength()
public java.lang.String toString()
toString
in class java.lang.Object