Uses of Class
com.google.api.client.xml.XmlNamespaceDictionary

Packages that use XmlNamespaceDictionary
com.google.api.client.http.xml XML HTTP library based on the pluggable HTTP library. 
com.google.api.client.http.xml.atom Atom XML HTTP library based on the pluggable HTTP library. 
com.google.api.client.xml Utilities for XML. 
com.google.api.client.xml.atom 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
 XmlNamespaceDictionary XmlHttpParser.namespaceDictionary
          XML namespace dictionary.
 XmlNamespaceDictionary AbstractXmlHttpContent.namespaceDictionary
          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
static
<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.
 

Uses of XmlNamespaceDictionary in com.google.api.client.xml
 

Fields in com.google.api.client.xml declared as XmlNamespaceDictionary
 XmlNamespaceDictionary GenericXml.namespaceDictionary
          Optional namespace dictionary or null if not set.
 

Methods in com.google.api.client.xml that return XmlNamespaceDictionary
 XmlNamespaceDictionary XmlNamespaceDictionary.set(String alias, String uri)
          Adds a namespace of the given alias and URI.
 

Methods in com.google.api.client.xml with parameters of type XmlNamespaceDictionary
static 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.
 

Uses of XmlNamespaceDictionary in com.google.api.client.xml.atom
 

Fields in com.google.api.client.xml.atom declared as XmlNamespaceDictionary
 XmlNamespaceDictionary AbstractAtomFeedParser.namespaceDictionary
          XML namespace dictionary.
 

Methods in com.google.api.client.xml.atom with parameters of type XmlNamespaceDictionary
static
<T,E> AtomFeedParser<T,E>
AtomFeedParser.create(HttpResponse response, XmlNamespaceDictionary namespaceDictionary, Class<T> feedClass, Class<E> entryClass)
          Deprecated. Parses the given HTTP response using the given feed class and entry class.
 



Copyright © 2010-2011 Google. All Rights Reserved.