Uses of Class
com.google.api.client.xml.Xml.CustomizeParser
Packages that use Xml.CustomizeParser
-
Uses of Xml.CustomizeParser in com.google.api.client.xml
Methods in com.google.api.client.xml with parameters of type Xml.CustomizeParserModifier and TypeMethodDescriptionstatic void
Xml.parseElement
(org.xmlpull.v1.XmlPullParser parser, Object destination, XmlNamespaceDictionary namespaceDictionary, Xml.CustomizeParser customizeParser) Parses an XML element using the given XML pull parser into the given destination object.private static boolean
Xml.parseElementInternal
(org.xmlpull.v1.XmlPullParser parser, ArrayList<Type> context, Object destination, Type valueType, XmlNamespaceDictionary namespaceDictionary, Xml.CustomizeParser customizeParser) Returns whether the customize parser has requested to stop or reached end of document. -
Uses of Xml.CustomizeParser in com.google.api.client.xml.atom
Subclasses of Xml.CustomizeParser in com.google.api.client.xml.atom