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 TypeMethodDescriptionvoidtoString()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, resetTagMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
resetEndTagin interfaceXmlEndTag
-
toString
Return string representation of end tag including name
-