Frames | No Frames |
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. |
Methods with parameter type org.gjt.xpp.XmlPullParser | |
XmlPullNode | Return new XML pull node that is represeting tree from current pull parser start tag. |
Methods with return type org.gjt.xpp.XmlPullParser | |
XmlPullParser | Create new XML pull parser. |
XmlPullParser |
Constructors with parameter type org.gjt.xpp.XmlPullParser | |
Fields of type org.gjt.xpp.XmlPullParser | |
XmlPullParser |
Methods with parameter type org.gjt.xpp.XmlPullParser | |
XmlPullNode | |
void | Reset pull node to use pull parser. |
Methods with return type org.gjt.xpp.XmlPullParser | |
XmlPullParser |
Classes implementing org.gjt.xpp.XmlPullParser | |
class | XML Pull Parser (XPP) allows to pull XML events from input stream. |
Methods with parameter type org.gjt.xpp.XmlPullParser | |
XmlPullNode | Return new XML pull node that is represeting tree from current pull parser start tag. |
Methods with return type org.gjt.xpp.XmlPullParser | |
XmlPullParser | Create new XML pull parser. |
Classes implementing org.gjt.xpp.XmlPullParser | |
class | This is Xerces 2 driver that uses XNI pull parsing capabilities to
implement XML Pull Parser API. |