Uses of Class
org.gjt.xpp.XmlPullParserFactory
Packages that use XmlPullParserFactory
Package
Description
This package defines classes compromising public API of XML Pull Parser 2.0 (org.gjt.xpp).
Constains reference implementation of Xml Pull Parser 2.0 (org.gjt.xpp).
-
Uses of XmlPullParserFactory in org.gjt.xpp
Methods in org.gjt.xpp that return XmlPullParserFactoryModifier and TypeMethodDescriptionstatic XmlPullParserFactory
XmlPullParserFactory.newInstance()
Get a new instance of a PullParserFactory used to create XPP.static XmlPullParserFactory
XmlPullParserFactory.newInstance
(Class classLoaderCtx) Get a new instance of a PullParserFactory used to create XPP.static XmlPullParserFactory
XmlPullParserFactory.newInstance
(String factoryClassName) Get a new instance of a PullParserFactory from given class name. -
Uses of XmlPullParserFactory in org.gjt.xpp.impl
Subclasses of XmlPullParserFactory in org.gjt.xpp.implModifier and TypeClassDescriptionclass
Implementation of Pull Parser Factory.class
Implementation of Pull Parser Factory. -
Uses of XmlPullParserFactory in org.gjt.xpp.x2impl
Subclasses of XmlPullParserFactory in org.gjt.xpp.x2implModifier and TypeClassDescriptionclass
Implementation of Pull Parser Factory.