Uses of Class
org.gjt.xpp.XmlPullParserFactory
-
Uses of XmlPullParserFactory in org.gjt.xpp
Methods in org.gjt.xpp that return XmlPullParserFactoryModifier and TypeMethodDescriptionstatic XmlPullParserFactoryXmlPullParserFactory.newInstance()Get a new instance of a PullParserFactory used to create XPP.static XmlPullParserFactoryXmlPullParserFactory.newInstance(Class classLoaderCtx) Get a new instance of a PullParserFactory used to create XPP.static XmlPullParserFactoryXmlPullParserFactory.newInstance(String factoryClassName) Get a new instance of a PullParserFactory from given class name.