Uses of Interface org.gjt.xpp.XmlPullParser

Uses in package org.gjt.xpp

Methods with parameter type org.gjt.xpp.XmlPullParser

XmlNode
Return new XML node that is represeting tree from current pull parser start tag.
XmlPullNode
XmlPullNode
Return new XML pull node that is represeting tree from current pull parser start tag.
void
Reset pull node to use pull parser.

Methods with return type org.gjt.xpp.XmlPullParser

XmlPullParser
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
Create new XML pull parser.

Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.

Note this package is deprecated by XPP3 that implements XmlPull API