Uses of Interface
org.gjt.xpp.XmlStartTag
-
Uses of XmlStartTag in org.gjt.xpp
Subinterfaces of XmlStartTag in org.gjt.xppModifier and TypeInterfaceDescriptioninterfaceThis class represents XML subtree.interfaceThis 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 TypeMethodDescriptionvoidXmlPullParser.readStartTag(XmlStartTag stag) Read current start tag.voidXmlRecorder.writeStartTag(XmlStartTag stag) voidXmlRecorder.writeStartTagAsEndTag(XmlStartTag stag) voidXmlRecorder.writeStartTagStart(XmlStartTag stag)