|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlPullParserFactory | |
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.x2impl |
Uses of XmlPullParserFactory in org.gjt.xpp |
Methods in org.gjt.xpp that return XmlPullParserFactory | |
static XmlPullParserFactory |
XmlPullParserFactory.newInstance()
Get a new instance of a PullParserFactory used to create XPP. |
static XmlPullParserFactory |
XmlPullParserFactory.newInstance(java.lang.String factoryClassName)
Get a new instance of a PullParserFactory from given class name. |
static XmlPullParserFactory |
XmlPullParserFactory.newInstance(java.lang.Class classLoaderCtx)
Get a new instance of a PullParserFactory used to create XPP. |
Uses of XmlPullParserFactory in org.gjt.xpp.impl |
Subclasses of XmlPullParserFactory in org.gjt.xpp.impl | |
class |
PullParserFactoryFullImpl
Implementation of Pull Parser Factory. |
class |
PullParserFactorySmallImpl
Implementation of Pull Parser Factory. |
Uses of XmlPullParserFactory in org.gjt.xpp.x2impl |
Subclasses of XmlPullParserFactory in org.gjt.xpp.x2impl | |
class |
X2PullParserFactoryImpl
Implementation of Pull Parser Factory. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |