Uses of Interface
org.gjt.xpp.XmlPullParser
Packages that use XmlPullParser
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 XmlPullParser in org.gjt.xpp
Methods in org.gjt.xpp that return XmlPullParserModifier and TypeMethodDescriptionXmlPullNode.getPullParser()
Get parser that is use to build this node tree and this pull node becomes finished - the caller is responsibile to move pull parser state to the end tag of this node (or parent pull node will be left in unconsistent state!!!!).XmlPullParserFactory.newPullParser()
Create new XML pull parser.Methods in org.gjt.xpp with parameters of type XmlPullParserModifier and TypeMethodDescriptionXmlPullParserFactory.newNode
(XmlPullParser pp) Return new XML node that is represeting tree from current pull parser start tag.XmlPullNode.newPullNode
(XmlPullParser pp) XmlPullParserFactory.newPullNode
(XmlPullParser pp) Return new XML pull node that is represeting tree from current pull parser start tag.void
XmlPullNode.setPullParser
(XmlPullParser pp) Reset pull node to use pull parser. -
Uses of XmlPullParser in org.gjt.xpp.impl
Methods in org.gjt.xpp.impl that return XmlPullParserModifier and TypeMethodDescriptionPullParserFactoryFullImpl.newPullParser()
PullParserFactorySmallImpl.newPullParser()
Methods in org.gjt.xpp.impl with parameters of type XmlPullParser -
Uses of XmlPullParser in org.gjt.xpp.impl.pullnode
Fields in org.gjt.xpp.impl.pullnode declared as XmlPullParserMethods in org.gjt.xpp.impl.pullnode that return XmlPullParserMethods in org.gjt.xpp.impl.pullnode with parameters of type XmlPullParserModifier and TypeMethodDescriptionPullNode.newPullNode
(XmlPullParser pp) void
PullNode.setPullParser
(XmlPullParser pp) Reset pull node to use pull parser.Constructors in org.gjt.xpp.impl.pullnode with parameters of type XmlPullParser -
Uses of XmlPullParser in org.gjt.xpp.impl.pullparser
Classes in org.gjt.xpp.impl.pullparser that implement XmlPullParserModifier and TypeClassDescriptionclass
XML Pull Parser (XPP) allows to pull XML events from input stream. -
Uses of XmlPullParser in org.gjt.xpp.x2impl
Methods in org.gjt.xpp.x2impl that return XmlPullParserMethods in org.gjt.xpp.x2impl with parameters of type XmlPullParser -
Uses of XmlPullParser in org.gjt.xpp.x2impl.x2pullparser
Classes in org.gjt.xpp.x2impl.x2pullparser that implement XmlPullParserModifier and TypeClassDescriptionclass
This is Xerces 2 driver that uses XNI pull parsing capabilities to implement XML Pull Parser API.