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 XmlPullParserFactory
XmlPullParserFactory. newInstance()
Get a new instance of a PullParserFactory used to create XPP.static XmlPullParserFactory
XmlPullParserFactory. newInstance(java.lang.Class classLoaderCtx)
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.
-