Uses of Interface
org.gjt.xpp.XmlEndTag
-
-
Uses of XmlEndTag in org.gjt.xpp
Methods in org.gjt.xpp that return XmlEndTag Modifier and Type Method Description XmlEndTag
XmlPullParserFactory. newEndTag()
Create new end tag.Methods in org.gjt.xpp with parameters of type XmlEndTag Modifier and Type Method Description void
XmlPullParser. readEndTag(XmlEndTag etag)
Read current end tag.void
XmlRecorder. writeEndTag(XmlEndTag etag)
-