Uses of Interface
org.gjt.xpp.XmlStartTag
Packages that use XmlStartTag
Package
Description
This package defines classes compromising public API of XML Pull Parser 2.0 (org.gjt.xpp).
Constains reference implementation of Xml Pull Parser 2.0 (org.gjt.xpp).
-
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) -
Uses of XmlStartTag in org.gjt.xpp.impl
Methods in org.gjt.xpp.impl that return XmlStartTagModifier and TypeMethodDescriptionPullParserFactoryFullImpl.newStartTag()PullParserFactorySmallImpl.newStartTag() -
Uses of XmlStartTag in org.gjt.xpp.impl.format
Methods in org.gjt.xpp.impl.format with parameters of type XmlStartTagModifier and TypeMethodDescriptionvoidRecorder.writeStartTag(XmlStartTag stag) voidFormatter.writeStartTagAsEndTag(XmlStartTag stag) voidRecorder.writeStartTagAsEndTag(XmlStartTag stag) voidRecorder.writeStartTagStart(XmlStartTag stag) -
Uses of XmlStartTag in org.gjt.xpp.impl.node
Classes in org.gjt.xpp.impl.node that implement XmlStartTagModifier and TypeClassDescriptionclassEncapsulate XML Node with list of associated children and namespaces :-). -
Uses of XmlStartTag in org.gjt.xpp.impl.pullnode
Classes in org.gjt.xpp.impl.pullnode that implement XmlStartTag -
Uses of XmlStartTag in org.gjt.xpp.impl.pullparser
Methods in org.gjt.xpp.impl.pullparser with parameters of type XmlStartTagModifier and TypeMethodDescriptionvoidPullParser.readStartTag(XmlStartTag stag) Read value of just read START_TAG into passed as argument StartTag. -
Uses of XmlStartTag in org.gjt.xpp.impl.tag
Classes in org.gjt.xpp.impl.tag that implement XmlStartTag -
Uses of XmlStartTag in org.gjt.xpp.x2impl
Methods in org.gjt.xpp.x2impl that return XmlStartTag -
Uses of XmlStartTag in org.gjt.xpp.x2impl.x2pullparser
Methods in org.gjt.xpp.x2impl.x2pullparser with parameters of type XmlStartTagModifier and TypeMethodDescriptionvoidX2PullParser.readStartTag(XmlStartTag stag) Read value of just read START_TAG into passed as argument StartTag.