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 XmlPullParserXmlPullNode. 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!!!!).XmlPullParserXmlPullParserFactory. newPullParser()Create new XML pull parser.Methods in org.gjt.xpp with parameters of type XmlPullParser Modifier and Type Method Description XmlNodeXmlPullParserFactory. newNode(XmlPullParser pp)Return new XML node that is represeting tree from current pull parser start tag.XmlPullNodeXmlPullNode. newPullNode(XmlPullParser pp)XmlPullNodeXmlPullParserFactory. newPullNode(XmlPullParser pp)Return new XML pull node that is represeting tree from current pull parser start tag.voidXmlPullNode. 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 XmlPullParserPullParserFactoryFullImpl. newPullParser()XmlPullParserPullParserFactorySmallImpl. newPullParser()Methods in org.gjt.xpp.impl with parameters of type XmlPullParser Modifier and Type Method Description XmlPullNodePullParserFactoryFullImpl. 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 XmlPullParserPullNode. ppMethods in org.gjt.xpp.impl.pullnode that return XmlPullParser Modifier and Type Method Description XmlPullParserPullNode. getPullParser()Methods in org.gjt.xpp.impl.pullnode with parameters of type XmlPullParser Modifier and Type Method Description XmlPullNodePullNode. newPullNode(XmlPullParser pp)voidPullNode. 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 classPullParserXML 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 XmlPullParserX2PullParserFactoryImpl. newPullParser()Methods in org.gjt.xpp.x2impl with parameters of type XmlPullParser Modifier and Type Method Description XmlPullNodeX2PullParserFactoryImpl. 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 classX2PullParserThis is Xerces 2 driver that uses XNI pull parsing capabilities to implement XML Pull Parser API.
-