Uses of Interface
org.xmlpull.v1.XmlPullParser
Packages that use XmlPullParser
-
Uses of XmlPullParser in Unnamed Package
Fields in Unnamed Package declared as XmlPullParserModifier and TypeFieldDescriptionprivate XmlPullParserRoundtrip.parserprivate XmlPullParserChannelPullHandler.xmlPullParserMethods in Unnamed Package that return XmlPullParserModifier and TypeMethodDescriptionprivate static XmlPullParserCloneParser.cloneParserIfCloneable(XmlPullParser pp) Methods in Unnamed Package with parameters of type XmlPullParserModifier and TypeMethodDescriptionvoidBestDeal.checkVendor(XmlPullParser parser) subroutine handling a single vendorprivate static XmlPullParserCloneParser.cloneParserIfCloneable(XmlPullParser pp) voidRSSReader.convertChannelToHtml(XmlPullParser parser, XmlSerializer writer) voidRSSReader.convertItemToHtml(XmlPullParser parser, XmlSerializer writer) voidRSSReader.convertRSSToHtml(XmlPullParser parser, XmlSerializer writer) voidXmlPullCount.countXml(XmlPullParser xpp) private static ObjectXMLRPCDecoder.decode(XmlPullParser aParser) protected ObjectXMLRPCDecoder.ArrayDecoder.decodeWithParser(XmlPullParser aParser) protected ObjectXMLRPCDecoder.Base64Decoder.decodeWithParser(XmlPullParser aParser) protected ObjectXMLRPCDecoder.BooleanDecoder.decodeWithParser(XmlPullParser aParser) protected ObjectXMLRPCDecoder.DateDecoder.decodeWithParser(XmlPullParser aParser) protected abstract ObjectXMLRPCDecoder.decodeWithParser(XmlPullParser aParser) protected ObjectXMLRPCDecoder.DoubleDecoder.decodeWithParser(XmlPullParser aParser) protected ObjectXMLRPCDecoder.FaultDecoder.decodeWithParser(XmlPullParser aParser) protected ObjectXMLRPCDecoder.IntegerDecoder.decodeWithParser(XmlPullParser aParser) protected ObjectXMLRPCDecoder.MethodDecoder.decodeWithParser(XmlPullParser aParser) protected ObjectXMLRPCDecoder.ParametersDecoder.decodeWithParser(XmlPullParser aParser) protected ObjectXMLRPCDecoder.StringDecoder.decodeWithParser(XmlPullParser aParser) protected ObjectXMLRPCDecoder.StructureDecoder.decodeWithParser(XmlPullParser aParser) protected ObjectXMLRPCDecoder.ValueDecoder.decodeWithParser(XmlPullParser aParser) static StringXmlCompare.getNextElementText(XmlPullParser parser) Returns the next Element in the stream (including all sub elements) as a Stringprivate static voidCloneParser.print(XmlPullParser pp) voidMyXmlPullApp.processDocument(XmlPullParser xpp) voidMyXmlPullApp.processEndElement(XmlPullParser xpp) voidMyXmlPullApp.processStartElement(XmlPullParser xpp) voidMyXmlPullApp.processText(XmlPullParser xpp) voidBestDeal.update(XmlPullParser parser) updates the best deal from the given list in the formatConstructors in Unnamed Package with parameters of type XmlPullParser -
Uses of XmlPullParser in org.xmlpull.v1
Methods in org.xmlpull.v1 that return XmlPullParserModifier and TypeMethodDescriptionXmlPullParserFactory.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 XmlPullParserModifierConstructorDescriptionXmlPullParserException(String msg, XmlPullParser parser, Throwable chain)