Uses of Class
com.google.api.client.xml.XmlNamespaceDictionary
-
Packages that use XmlNamespaceDictionary Package Description com.google.api.client.http.xml Beta
XML HTTP library based on the pluggable HTTP library.com.google.api.client.http.xml.atom Beta
Atom XML HTTP library based on the pluggable HTTP library.com.google.api.client.xml Beta
Utilities for XML.com.google.api.client.xml.atom Beta
Utilities for Atom XML. -
-
Uses of XmlNamespaceDictionary in com.google.api.client.http.xml
Fields in com.google.api.client.http.xml declared as XmlNamespaceDictionary Modifier and Type Field Description private XmlNamespaceDictionary
AbstractXmlHttpContent. namespaceDictionary
XML namespace dictionary.Methods in com.google.api.client.http.xml that return XmlNamespaceDictionary Modifier and Type Method Description XmlNamespaceDictionary
AbstractXmlHttpContent. getNamespaceDictionary()
Returns the XML namespace dictionary.Constructors in com.google.api.client.http.xml with parameters of type XmlNamespaceDictionary Constructor Description AbstractXmlHttpContent(XmlNamespaceDictionary namespaceDictionary)
XmlHttpContent(XmlNamespaceDictionary namespaceDictionary, java.lang.String elementName, java.lang.Object data)
XML namespace dictionary. -
Uses of XmlNamespaceDictionary in com.google.api.client.http.xml.atom
Methods in com.google.api.client.http.xml.atom with parameters of type XmlNamespaceDictionary Modifier and Type Method Description static <T,E>
AtomFeedParser<T,E>AtomFeedParser. create(HttpResponse response, XmlNamespaceDictionary namespaceDictionary, java.lang.Class<T> feedClass, java.lang.Class<E> entryClass)
Parses the given HTTP response using the given feed class and entry class.static AtomContent
AtomContent. forEntry(XmlNamespaceDictionary namespaceDictionary, java.lang.Object entry)
Returns a new instance of HTTP content for an Atom entry.static AtomContent
AtomContent. forFeed(XmlNamespaceDictionary namespaceDictionary, java.lang.Object feed)
Returns a new instance of HTTP content for an Atom feed.Constructors in com.google.api.client.http.xml.atom with parameters of type XmlNamespaceDictionary Constructor Description AtomContent(XmlNamespaceDictionary namespaceDictionary, java.lang.Object entry, boolean isEntry)
AtomFeedParser(XmlNamespaceDictionary namespaceDictionary, org.xmlpull.v1.XmlPullParser parser, java.io.InputStream inputStream, java.lang.Class<T> feedClass, java.lang.Class<E> entryClass)
-
Uses of XmlNamespaceDictionary in com.google.api.client.xml
Fields in com.google.api.client.xml declared as XmlNamespaceDictionary Modifier and Type Field Description XmlNamespaceDictionary
GenericXml. namespaceDictionary
Optional namespace dictionary ornull
if not set.private XmlNamespaceDictionary
XmlObjectParser. namespaceDictionary
XML namespace dictionary.Methods in com.google.api.client.xml that return XmlNamespaceDictionary Modifier and Type Method Description XmlNamespaceDictionary
XmlObjectParser. getNamespaceDictionary()
Returns the XML namespace dictionary.XmlNamespaceDictionary
XmlNamespaceDictionary. set(java.lang.String alias, java.lang.String uri)
Adds a namespace of the given alias and URI.Methods in com.google.api.client.xml with parameters of type XmlNamespaceDictionary Modifier and Type Method Description static void
Xml. parseElement(org.xmlpull.v1.XmlPullParser parser, java.lang.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, java.util.ArrayList<java.lang.reflect.Type> context, java.lang.Object destination, java.lang.reflect.Type valueType, XmlNamespaceDictionary namespaceDictionary, Xml.CustomizeParser customizeParser)
Returns whether the customize parser has requested to stop or reached end of document.private static void
Xml. parseNamespacesForElement(org.xmlpull.v1.XmlPullParser parser, XmlNamespaceDictionary namespaceDictionary)
Parses the namespaces declared on the current element into the namespace dictionary.Constructors in com.google.api.client.xml with parameters of type XmlNamespaceDictionary Constructor Description XmlObjectParser(XmlNamespaceDictionary namespaceDictionary)
Creates an XmlObjectParser using the specified non-null namespace dictionary. -
Uses of XmlNamespaceDictionary in com.google.api.client.xml.atom
Fields in com.google.api.client.xml.atom declared as XmlNamespaceDictionary Modifier and Type Field Description private XmlNamespaceDictionary
AbstractAtomFeedParser. namespaceDictionary
XML namespace dictionary.Methods in com.google.api.client.xml.atom that return XmlNamespaceDictionary Modifier and Type Method Description XmlNamespaceDictionary
AbstractAtomFeedParser. getNamespaceDictionary()
Returns the XML namespace dictionary.Constructors in com.google.api.client.xml.atom with parameters of type XmlNamespaceDictionary Constructor Description AbstractAtomFeedParser(XmlNamespaceDictionary namespaceDictionary, org.xmlpull.v1.XmlPullParser parser, java.io.InputStream inputStream, java.lang.Class<T> feedClass)
-