Uses of Class
com.google.api.client.xml.XmlNamespaceDictionary
Packages that use XmlNamespaceDictionary
Package
Description
Beta XML HTTP library based on the pluggable HTTP library.
Beta Atom XML HTTP library based on the pluggable HTTP library.
Beta Utilities for XML.
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 XmlNamespaceDictionaryModifier and TypeFieldDescriptionprivate final XmlNamespaceDictionaryAbstractXmlHttpContent.namespaceDictionaryXML namespace dictionary.Methods in com.google.api.client.http.xml that return XmlNamespaceDictionaryModifier and TypeMethodDescriptionfinal XmlNamespaceDictionaryAbstractXmlHttpContent.getNamespaceDictionary()Returns the XML namespace dictionary.Constructors in com.google.api.client.http.xml with parameters of type XmlNamespaceDictionaryModifierConstructorDescriptionprotectedAbstractXmlHttpContent(XmlNamespaceDictionary namespaceDictionary) XmlHttpContent(XmlNamespaceDictionary namespaceDictionary, String elementName, 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 XmlNamespaceDictionaryModifier and TypeMethodDescriptionstatic <T,E> AtomFeedParser <T, E> AtomFeedParser.create(HttpResponse response, XmlNamespaceDictionary namespaceDictionary, Class<T> feedClass, Class<E> entryClass) Parses the given HTTP response using the given feed class and entry class.static AtomContentAtomContent.forEntry(XmlNamespaceDictionary namespaceDictionary, Object entry) Returns a new instance of HTTP content for an Atom entry.static AtomContentAtomContent.forFeed(XmlNamespaceDictionary namespaceDictionary, 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 XmlNamespaceDictionaryModifierConstructorDescriptionprotectedAtomContent(XmlNamespaceDictionary namespaceDictionary, Object entry, boolean isEntry) AtomFeedParser(XmlNamespaceDictionary namespaceDictionary, org.xmlpull.v1.XmlPullParser parser, InputStream inputStream, Class<T> feedClass, Class<E> entryClass) -
Uses of XmlNamespaceDictionary in com.google.api.client.xml
Fields in com.google.api.client.xml declared as XmlNamespaceDictionaryModifier and TypeFieldDescriptionGenericXml.namespaceDictionaryOptional namespace dictionary ornullif not set.private final XmlNamespaceDictionaryXmlObjectParser.namespaceDictionaryXML namespace dictionary.Methods in com.google.api.client.xml that return XmlNamespaceDictionaryModifier and TypeMethodDescriptionfinal XmlNamespaceDictionaryXmlObjectParser.getNamespaceDictionary()Returns the XML namespace dictionary.Adds a namespace of the given alias and URI.Methods in com.google.api.client.xml with parameters of type XmlNamespaceDictionaryModifier and TypeMethodDescriptionstatic voidXml.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 booleanXml.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.private static voidXml.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 XmlNamespaceDictionaryModifierConstructorDescriptionXmlObjectParser(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 XmlNamespaceDictionaryModifier and TypeFieldDescriptionprivate final XmlNamespaceDictionaryAbstractAtomFeedParser.namespaceDictionaryXML namespace dictionary.Methods in com.google.api.client.xml.atom that return XmlNamespaceDictionaryModifier and TypeMethodDescriptionfinal XmlNamespaceDictionaryAbstractAtomFeedParser.getNamespaceDictionary()Returns the XML namespace dictionary.Constructors in com.google.api.client.xml.atom with parameters of type XmlNamespaceDictionaryModifierConstructorDescriptionprotectedAbstractAtomFeedParser(XmlNamespaceDictionary namespaceDictionary, org.xmlpull.v1.XmlPullParser parser, InputStream inputStream, Class<T> feedClass)