Uses of Interface
org.gjt.xpp.XmlStartTag
-
-
Uses of XmlStartTag in org.gjt.xpp
Subinterfaces of XmlStartTag in org.gjt.xpp Modifier and Type Interface Description interface
XmlNode
This class represents XML subtree.interface
XmlPullNode
This class represents pullable XML subtree - children are built on demand.Methods in org.gjt.xpp that return XmlStartTag Modifier and Type Method Description XmlStartTag
XmlPullParserFactory. newStartTag()
Return new XML start tag.Methods in org.gjt.xpp with parameters of type XmlStartTag Modifier and Type Method Description void
XmlPullParser. readStartTag(XmlStartTag stag)
Read current start tag.void
XmlRecorder. writeStartTag(XmlStartTag stag)
void
XmlRecorder. writeStartTagAsEndTag(XmlStartTag stag)
void
XmlRecorder. writeStartTagStart(XmlStartTag stag)
-