Uses of Class
com.google.api.client.http.xml.XmlHttpParser

Packages that use XmlHttpParser
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. 
 

Uses of XmlHttpParser in com.google.api.client.http.xml
 

Methods in com.google.api.client.http.xml that return XmlHttpParser
 XmlHttpParser XmlHttpParser.Builder.build()
          Builds a new instance of XmlHttpParser.
 

Uses of XmlHttpParser in com.google.api.client.http.xml.atom
 

Subclasses of XmlHttpParser in com.google.api.client.http.xml.atom
 class AtomParser
          Deprecated. (scheduled to be removed in 1.11) Content-Type is no longer stored inside of the Parser. Use an XmlObjectParser instead.
 



Copyright © 2011-2012 Google. All Rights Reserved.