| 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. |