Uses of Interface
org.gjt.xpp.XmlStartTag
-
Uses of XmlStartTag in org.gjt.xpp
Subinterfaces of XmlStartTag in org.gjt.xppModifier and TypeInterfaceDescriptioninterface
This class represents XML subtree.interface
This class represents pullable XML subtree - children are built on demand.Methods in org.gjt.xpp that return XmlStartTagMethods in org.gjt.xpp with parameters of type XmlStartTagModifier and TypeMethodDescriptionvoid
XmlPullParser.readStartTag
(XmlStartTag stag) Read current start tag.void
XmlRecorder.writeStartTag
(XmlStartTag stag) void
XmlRecorder.writeStartTagAsEndTag
(XmlStartTag stag) void
XmlRecorder.writeStartTagStart
(XmlStartTag stag)