Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
XmlNamespaceDictionary |
AbstractXmlHttpContent.getNamespaceDictionary()
Returns the XML namespace dictionary.
|
XmlNamespaceDictionary |
XmlHttpParser.getNamespaceDictionary()
Deprecated.
Returns the XML namespace dictionary.
|
XmlNamespaceDictionary |
XmlHttpParser.Builder.getNamespaceDictionary()
Returns the XML namespace dictionary.
|
Modifier and Type | Method and Description |
---|---|
static XmlHttpParser.Builder |
XmlHttpParser.builder(XmlNamespaceDictionary namespaceDictionary)
Deprecated.
Returns an instance of a new builder.
|
Constructor and Description |
---|
AbstractXmlHttpContent(XmlNamespaceDictionary namespaceDictionary) |
XmlHttpContent(XmlNamespaceDictionary namespaceDictionary,
String elementName,
Object data)
XML namespace dictionary.
|
XmlHttpParser.Builder(XmlNamespaceDictionary namespaceDictionary) |
XmlHttpParser(XmlNamespaceDictionary namespaceDictionary)
Deprecated.
|
XmlHttpParser(XmlNamespaceDictionary namespaceDictionary,
String contentType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static AtomContent |
AtomContent.forEntry(XmlNamespaceDictionary namespaceDictionary,
Object entry)
Returns a new instance of HTTP content for an Atom entry.
|
static AtomContent |
AtomContent.forFeed(XmlNamespaceDictionary namespaceDictionary,
Object feed)
Returns a new instance of HTTP content for an Atom feed.
|
Constructor and Description |
---|
AtomContent(XmlNamespaceDictionary namespaceDictionary,
Object entry,
boolean isEntry) |
AtomFeedParser(XmlNamespaceDictionary namespaceDictionary,
org.xmlpull.v1.XmlPullParser parser,
InputStream inputStream,
Class<T> feedClass,
Class<E> entryClass) |
AtomParser(XmlNamespaceDictionary namespaceDictionary)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
XmlNamespaceDictionary |
GenericXml.namespaceDictionary
Optional namespace dictionary or
null if not set. |
Modifier and Type | Method and Description |
---|---|
XmlNamespaceDictionary |
XmlObjectParser.getNamespaceDictionary()
Returns the XML namespace dictionary.
|
XmlNamespaceDictionary |
XmlNamespaceDictionary.set(String alias,
String uri)
Adds a namespace of the given alias and URI.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
XmlObjectParser(XmlNamespaceDictionary namespaceDictionary)
Creates an XmlObjectParser using the specified non-null namespace dictionary.
|
Modifier and Type | Method and Description |
---|---|
XmlNamespaceDictionary |
AbstractAtomFeedParser.getNamespaceDictionary()
Returns the XML namespace dictionary.
|
Constructor and Description |
---|
AbstractAtomFeedParser(XmlNamespaceDictionary namespaceDictionary,
org.xmlpull.v1.XmlPullParser parser,
InputStream inputStream,
Class<T> feedClass) |
Copyright © 2011-2012 Google. All Rights Reserved.