Uses of Class
org.xmlpull.v1.XmlPullParserFactory
-
Packages that use XmlPullParserFactory Package Description org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.org.xmlpull.mxp1 Contains XPP3 implementation of XMLPULL V1 API.org.xmlpull.v1 org.xmlpull.v1.builder This package defines API modeled after XML Information Set for building incrmentally XML trees from events streamed from pull parser (user can start navigating tree before whole XML input was parsed!) and has an unique ability to bypass tree building for selected sub trees to work directly with underlying event stream.org.xmlpull.v1.parser_pool org.xmlpull.v1.wrapper -
-
Uses of XmlPullParserFactory in org.dom4j.io
Methods in org.dom4j.io that return XmlPullParserFactory Modifier and Type Method Description XmlPullParserFactoryXPP3Reader. getXPPFactory()Methods in org.dom4j.io with parameters of type XmlPullParserFactory Modifier and Type Method Description voidXPP3Reader. setXPPFactory(XmlPullParserFactory xPPfactory) -
Uses of XmlPullParserFactory in org.xmlpull.mxp1
Subclasses of XmlPullParserFactory in org.xmlpull.mxp1 Modifier and Type Class Description classMXParserFactorySimple facotry to speed up creation process. -
Uses of XmlPullParserFactory in org.xmlpull.v1
Methods in org.xmlpull.v1 that return XmlPullParserFactory Modifier and Type Method Description static XmlPullParserFactoryXmlPullParserFactory. newInstance()Create a new instance of a PullParserFactory that can be used to create XML pull parsers (see class description for more details).static XmlPullParserFactoryXmlPullParserFactory. newInstance(String classNames, Class context) -
Uses of XmlPullParserFactory in org.xmlpull.v1.builder
Fields in org.xmlpull.v1.builder declared as XmlPullParserFactory Modifier and Type Field Description protected XmlPullParserFactoryXmlInfosetBuilder. factoryMethods in org.xmlpull.v1.builder that return XmlPullParserFactory Modifier and Type Method Description XmlPullParserFactoryXmlInfosetBuilder. getFactory()Method get XmlPull factory that is ued by this builder.Methods in org.xmlpull.v1.builder with parameters of type XmlPullParserFactory Modifier and Type Method Description static XmlInfosetBuilderXmlInfosetBuilder. newInstance(XmlPullParserFactory factory) -
Uses of XmlPullParserFactory in org.xmlpull.v1.parser_pool
Fields in org.xmlpull.v1.parser_pool declared as XmlPullParserFactory Modifier and Type Field Description protected XmlPullParserFactoryXmlPullParserPool. factoryConstructors in org.xmlpull.v1.parser_pool with parameters of type XmlPullParserFactory Constructor Description XmlPullParserPool(XmlPullParserFactory factory) -
Uses of XmlPullParserFactory in org.xmlpull.v1.wrapper
Fields in org.xmlpull.v1.wrapper declared as XmlPullParserFactory Modifier and Type Field Description protected XmlPullParserFactoryXmlPullWrapperFactory. fMethods in org.xmlpull.v1.wrapper that return XmlPullParserFactory Modifier and Type Method Description XmlPullParserFactoryXmlPullWrapperFactory. getFactory()Methods in org.xmlpull.v1.wrapper with parameters of type XmlPullParserFactory Modifier and Type Method Description static XmlPullWrapperFactoryXmlPullWrapperFactory. newInstance(XmlPullParserFactory factory)Constructors in org.xmlpull.v1.wrapper with parameters of type XmlPullParserFactory Constructor Description XmlPullWrapperFactory(XmlPullParserFactory factory)
-