Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
XmlNode |
XmlPullParserFactory.newNode(XmlPullParser pp)
Return new XML node that is represeting tree from current pull parser start tag.
|
XmlPullNode |
XmlPullParserFactory.newPullNode(XmlPullParser pp)
Return new XML pull node that is represeting tree from current pull parser start tag.
|
XmlPullNode |
XmlPullNode.newPullNode(XmlPullParser pp) |
void |
XmlPullNode.setPullParser(XmlPullParser pp)
Reset pull node to use 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