Uses of Interface
org.gjt.xpp.XmlPullNode
-
Packages that use XmlPullNode Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description XmlPullNode
PullParserFactoryFullImpl. newPullNode(XmlPullParser pp)
-
Uses of XmlPullNode in org.gjt.xpp.impl.pullnode
Classes in org.gjt.xpp.impl.pullnode that implement XmlPullNode Modifier and Type Class Description class
PullNode
Allows node tree to be constructed on demand.Methods in org.gjt.xpp.impl.pullnode that return XmlPullNode Modifier and Type Method Description XmlPullNode
PullNode. newPullNode(XmlPullParser pp)
-
Uses of XmlPullNode in org.gjt.xpp.x2impl
Methods in org.gjt.xpp.x2impl that return XmlPullNode Modifier and Type Method Description XmlPullNode
X2PullParserFactoryImpl. newPullNode(XmlPullParser pp)
-