Package org.gjt.xpp
Interface XmlEndTag
-
- All Superinterfaces:
XmlTag
public interface XmlEndTag extends XmlTag
This represent XML end tag. It is a separate interface from XmlTag to make clear distinction between XmlEndTag and XmlStartTag and as well to emphasize that both are XML elements (so share XmlTag).- Author:
- Aleksander Slominski
- See Also:
XmlStartTag
,XmlTag
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resetEndTag()
-
Methods inherited from interface org.gjt.xpp.XmlTag
getLocalName, getNamespaceUri, getPrefix, getRawName, modifyTag, resetTag
-
-