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