Uses of Class
org.xmlpull.v1.wrapper.XmlPullWrapperFactory
-
Packages that use XmlPullWrapperFactory Package Description org.xmlpull.v1.wrapper org.xmlpull.v1.wrapper.classic -
-
Uses of XmlPullWrapperFactory in org.xmlpull.v1.wrapper
Methods in org.xmlpull.v1.wrapper that return XmlPullWrapperFactory Modifier and Type Method Description static XmlPullWrapperFactoryXmlPullWrapperFactory. newInstance()static XmlPullWrapperFactoryXmlPullWrapperFactory. newInstance(String classNames, Class context)static XmlPullWrapperFactoryXmlPullWrapperFactory. newInstance(XmlPullParserFactory factory) -
Uses of XmlPullWrapperFactory in org.xmlpull.v1.wrapper.classic
Fields in org.xmlpull.v1.wrapper.classic declared as XmlPullWrapperFactory Modifier and Type Field Description protected XmlPullWrapperFactoryStaticXmlSerializerWrapper. wfConstructors in org.xmlpull.v1.wrapper.classic with parameters of type XmlPullWrapperFactory Constructor Description StaticXmlSerializerWrapper(XmlSerializer xs, XmlPullWrapperFactory wf)
-