Uses of Interface
org.gjt.xpp.XmlPullParser
-
Packages that use XmlPullParser Package Description org.gjt.xpp This package defines classes compromising public API of XML Pull Parser 2.0 (org.gjt.xpp).org.gjt.xpp.impl Constains reference implementation of Xml Pull Parser 2.0 (org.gjt.xpp).org.gjt.xpp.impl.pullnode org.gjt.xpp.impl.pullparser org.gjt.xpp.x2impl org.gjt.xpp.x2impl.x2pullparser -
-
Uses of XmlPullParser in org.gjt.xpp
Methods in org.gjt.xpp that return XmlPullParser Modifier and Type Method Description XmlPullParser
XmlPullNode. 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!!!!).XmlPullParser
XmlPullParserFactory. newPullParser()
Create new XML pull parser.Methods in org.gjt.xpp with parameters of type XmlPullParser Modifier and Type Method Description XmlNode
XmlPullParserFactory. newNode(XmlPullParser pp)
Return new XML node that is represeting tree from current pull parser start tag.XmlPullNode
XmlPullNode. newPullNode(XmlPullParser pp)
XmlPullNode
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 XmlPullParser Modifier and Type Method Description XmlPullParser
PullParserFactoryFullImpl. newPullParser()
XmlPullParser
PullParserFactorySmallImpl. newPullParser()
Methods in org.gjt.xpp.impl with parameters of type XmlPullParser Modifier and Type Method Description XmlPullNode
PullParserFactoryFullImpl. newPullNode(XmlPullParser pp)
-
Uses of XmlPullParser in org.gjt.xpp.impl.pullnode
Fields in org.gjt.xpp.impl.pullnode declared as XmlPullParser Modifier and Type Field Description protected XmlPullParser
PullNode. pp
Methods in org.gjt.xpp.impl.pullnode that return XmlPullParser Modifier and Type Method Description XmlPullParser
PullNode. getPullParser()
Methods in org.gjt.xpp.impl.pullnode with parameters of type XmlPullParser Modifier and Type Method Description XmlPullNode
PullNode. 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 Constructor Description PullNode(XmlPullParser pp)
-
Uses of XmlPullParser in org.gjt.xpp.impl.pullparser
Classes in org.gjt.xpp.impl.pullparser that implement XmlPullParser Modifier and Type Class Description class
PullParser
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 XmlPullParser Modifier and Type Method Description XmlPullParser
X2PullParserFactoryImpl. newPullParser()
Methods in org.gjt.xpp.x2impl with parameters of type XmlPullParser Modifier and Type Method Description XmlPullNode
X2PullParserFactoryImpl. newPullNode(XmlPullParser pp)
-
Uses of XmlPullParser in org.gjt.xpp.x2impl.x2pullparser
Classes in org.gjt.xpp.x2impl.x2pullparser that implement XmlPullParser Modifier and Type Class Description class
X2PullParser
This is Xerces 2 driver that uses XNI pull parsing capabilities to implement XML Pull Parser API.
-