Uses of Interface
org.gjt.xpp.XmlPullNode

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 XmlPullParserFactory.newPullNode(XmlPullParser pp)
          Return new XML pull node that is represeting tree from current pull parser start tag.
 XmlPullNode XmlPullNode.newPullNode(XmlPullParser pp)
           
 

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)
           
 



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