|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlPullNode | |
---|---|
org.gjt.xpp | This package defines classes compromising public API of XML Pull Parser 2.0 (org.gjt.xpp). |
org.gjt.xpp.impl | Constains reference implementation of Xml Pull Parser 2.0 (org.gjt.xpp). |
org.gjt.xpp.impl.pullnode | |
org.gjt.xpp.x2impl |
Uses of XmlPullNode in org.gjt.xpp |
---|
Methods in org.gjt.xpp that return XmlPullNode | |
---|---|
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. |
Uses of XmlPullNode in org.gjt.xpp.impl |
---|
Methods in org.gjt.xpp.impl that return XmlPullNode | |
---|---|
XmlPullNode |
PullParserFactoryFullImpl.newPullNode(XmlPullParser pp)
|
Uses of XmlPullNode in org.gjt.xpp.impl.pullnode |
---|
Classes in org.gjt.xpp.impl.pullnode that implement XmlPullNode | |
---|---|
class |
PullNode
Allows node tree to be constructed on demand. |
Methods in org.gjt.xpp.impl.pullnode that return XmlPullNode | |
---|---|
XmlPullNode |
PullNode.newPullNode(XmlPullParser pp)
|
Uses of XmlPullNode in org.gjt.xpp.x2impl |
---|
Methods in org.gjt.xpp.x2impl that return XmlPullNode | |
---|---|
XmlPullNode |
X2PullParserFactoryImpl.newPullNode(XmlPullParser pp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |