Uses of Interface
org.xmlpull.v1.XmlPullParser
| Package | Description |
|---|---|
| org.kxml2.io | |
| org.xmlpull.v1 | |
| org.xmlpull.v1.sax2 |
-
Uses of XmlPullParser in org.kxml2.io
Classes in org.kxml2.io that implement XmlPullParser Modifier and Type Class Description classKXmlParserAn XML pull parser with limited support for parsing internal DTDs. -
Uses of XmlPullParser in org.xmlpull.v1
Methods in org.xmlpull.v1 that return XmlPullParser Modifier and Type Method Description XmlPullParserXmlPullParserFactory. newPullParser()Creates a new instance of a XML Pull Parser using the currently configured factory features.Constructors in org.xmlpull.v1 with parameters of type XmlPullParser Constructor Description XmlPullParserException(String msg, XmlPullParser parser, Throwable chain) -
Uses of XmlPullParser in org.xmlpull.v1.sax2
Fields in org.xmlpull.v1.sax2 declared as XmlPullParser Modifier and Type Field Description protected XmlPullParserDriver. ppMethods in org.xmlpull.v1.sax2 with parameters of type XmlPullParser Modifier and Type Method Description voidDriver. parseSubTree(XmlPullParser pp)Constructors in org.xmlpull.v1.sax2 with parameters of type XmlPullParser Constructor Description Driver(XmlPullParser pp)