Package org.gjt.xpp.impl.tag
Class EndTag
java.lang.Object
org.gjt.xpp.impl.tag.Tag
org.gjt.xpp.impl.tag.EndTag
Encapsulate XML ETag
- Author:
- Aleksander Slominski
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
toString()
Return string representation of end tag including nameMethods inherited from class org.gjt.xpp.impl.tag.Tag
equals, getLocalName, getNamespaceUri, getPrefix, getRawName, hashCode, modifyTag, printFields, resetTag
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.gjt.xpp.XmlTag
getLocalName, getNamespaceUri, getPrefix, getRawName, modifyTag, resetTag
-
Constructor Details
-
EndTag
public EndTag()
-
-
Method Details
-
resetEndTag
public void resetEndTag()- Specified by:
resetEndTag
in interfaceXmlEndTag
-
toString
Return string representation of end tag including name
-