Uses of Interface
org.xmlpull.v1.wrapper.XmlPullParserWrapper
-
Packages that use XmlPullParserWrapper Package Description org.xmlpull.v1.wrapper org.xmlpull.v1.wrapper.classic -
-
Uses of XmlPullParserWrapper in org.xmlpull.v1.wrapper
Methods in org.xmlpull.v1.wrapper that return XmlPullParserWrapper Modifier and Type Method Description XmlPullParserWrapperXmlPullWrapperFactory. newPullParserWrapper()XmlPullParserWrapperXmlPullWrapperFactory. newPullParserWrapper(XmlPullParser pp) -
Uses of XmlPullParserWrapper in org.xmlpull.v1.wrapper.classic
Classes in org.xmlpull.v1.wrapper.classic that implement XmlPullParserWrapper Modifier and Type Class Description classStaticXmlPullParserWrapperThis class seemlesly extends exisiting parser implementation by adding new methods (provided by XmlPullUtil) and delegating exisiting methods to parser implementation.Fields in org.xmlpull.v1.wrapper.classic declared as XmlPullParserWrapper Modifier and Type Field Description protected XmlPullParserWrapperStaticXmlSerializerWrapper. fragmentParser
-