Package org.gjt.xpp.impl.tag
Class EndTag
- java.lang.Object
-
- org.gjt.xpp.impl.tag.Tag
-
- org.gjt.xpp.impl.tag.EndTag
-
public class EndTag extends Tag implements XmlEndTag
Encapsulate XML ETag- Author:
- Aleksander Slominski
-
-
Constructor Summary
Constructors Constructor Description EndTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resetEndTag()
java.lang.String
toString()
Return string representation of end tag including name-
Methods 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
-
-
-
-
Method Detail
-
resetEndTag
public void resetEndTag()
- Specified by:
resetEndTag
in interfaceXmlEndTag
-
toString
public java.lang.String toString()
Return string representation of end tag including name- Overrides:
toString
in classjava.lang.Object
-
-