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
          Atom XML HTTP parser into an data class of key/value pairs.
 



Copyright © 2011 Google. All Rights Reserved.