Uses of Interface
org.gjt.xpp.XmlPullParser
-
-
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.
-