Package com.google.api.client.xml

XML.

See:
          Description

Interface Summary
XmlParserFactory Factory for creating new XML pull parsers and XML serializers.
 

Class Summary
AbstractXmlHttpContent Abstract serializer for XML HTTP content based on the data key/value mapping object for an item.
DefaultXmlParserFactory Default XML parser factory that uses the default specified in XmlPullParserFactory.
GenericXml Generic XML data that stores all unknown key name/value pairs.
Xml XML utilities.
Xml.CustomizeParser Customizes the behavior of XML parsing.
XmlContent Deprecated. (scheduled to be removed in version 1.1) Use XmlHttpContent
XmlHttpContent Serializes XML HTTP content based on the data key/value mapping object for an item.
XmlHttpParser XML HTTP parser into an data class of key/value pairs.
XmlNamespaceDictionary XML namespace dictionary that maps namespace aliases to URI.
XmlParser Deprecated. (scheduled to be removed in version 1.1) Use XmlHttpParser
 

Package com.google.api.client.xml Description

XML.

This package depends on the com.google.api.client.util, com.google.api.client.http, and org.xmlpull.v1 packages.

This package depends on the com.google.api.client.util and org.codehaus.jackson packages.

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library

Since:
1.0


Copyright © 2010 Google. All Rights Reserved.