A C F G I M N P S T W X 

A

AbstractAtomFeedParser<T> - Class in com.google.api.client.xml.atom
Beta
Abstract base class for an Atom feed parser when the feed type is known in advance.
AbstractAtomFeedParser(XmlNamespaceDictionary, XmlPullParser, InputStream, Class<T>) - Constructor for class com.google.api.client.xml.atom.AbstractAtomFeedParser
 
AbstractXmlHttpContent - Class in com.google.api.client.http.xml
Beta
Abstract serializer for XML HTTP content based on the data key/value mapping object for an item.
AbstractXmlHttpContent(XmlNamespaceDictionary) - Constructor for class com.google.api.client.http.xml.AbstractXmlHttpContent
 
Atom - Class in com.google.api.client.xml.atom
Beta
Atom Utilities.
ATOM_NAMESPACE - Static variable in class com.google.api.client.xml.atom.Atom
Atom namespace.
AtomContent - Class in com.google.api.client.http.xml.atom
Beta
Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom entry.
AtomContent(XmlNamespaceDictionary, Object, boolean) - Constructor for class com.google.api.client.http.xml.atom.AtomContent
 
AtomFeedParser<T,E> - Class in com.google.api.client.http.xml.atom
Beta
Atom feed pull parser when the Atom entry class is known in advance.
AtomFeedParser(XmlNamespaceDictionary, XmlPullParser, InputStream, Class<T>, Class<E>) - Constructor for class com.google.api.client.http.xml.atom.AtomFeedParser
 

C

checkContentType(String) - Static method in class com.google.api.client.xml.atom.Atom
Checks the given content type matches the Atom content type specified in Atom.MEDIA_TYPE.
clone() - Method in class com.google.api.client.xml.GenericXml
 
close() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
Closes the underlying parser.
com.google.api.client.http.xml - package com.google.api.client.http.xml
Beta
XML HTTP library based on the pluggable HTTP library.
com.google.api.client.http.xml.atom - package com.google.api.client.http.xml.atom
Beta
Atom XML HTTP library based on the pluggable HTTP library.
com.google.api.client.xml - package com.google.api.client.xml
Beta
Utilities for XML.
com.google.api.client.xml.atom - package com.google.api.client.xml.atom
Beta
Utilities for Atom XML.
create(HttpResponse, XmlNamespaceDictionary, Class<T>, Class<E>) - Static method in class com.google.api.client.http.xml.atom.AtomFeedParser
Parses the given HTTP response using the given feed class and entry class.
createParser() - Static method in class com.google.api.client.xml.Xml
Returns a new XML pull parser.
createSerializer() - Static method in class com.google.api.client.xml.Xml
Returns a new XML serializer.

F

forEntry(XmlNamespaceDictionary, Object) - Static method in class com.google.api.client.http.xml.atom.AtomContent
Returns a new instance of HTTP content for an Atom entry.
forFeed(XmlNamespaceDictionary, Object) - Static method in class com.google.api.client.http.xml.atom.AtomContent
Returns a new instance of HTTP content for an Atom feed.

G

GenericXml - Class in com.google.api.client.xml
Beta
Generic XML data that stores all unknown key name/value pairs.
GenericXml() - Constructor for class com.google.api.client.xml.GenericXml
 
getAliasForUri(String) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
Returns the namespace alias (or "" for the default namespace) for the given namespace URI.
getAliasToUriMap() - Method in class com.google.api.client.xml.XmlNamespaceDictionary
Returns an unmodified set of map entries for the map from namespace alias (or "" for the default namespace) to namespace URI.
getData() - Method in class com.google.api.client.http.xml.atom.AtomContent
Returns the key name/value pair data for the Atom entry or Atom feed.
getData() - Method in class com.google.api.client.http.xml.XmlHttpContent
Returns the key/value pair data.
getElementName() - Method in class com.google.api.client.http.xml.XmlHttpContent
Returns the XML element local name, optionally prefixed by its namespace alias, for example "atom:entry".
getEntryClass() - Method in class com.google.api.client.http.xml.atom.AtomFeedParser
Returns the Atom entry class to parse.
getFeedClass() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
Returns the feed class to parse.
getInputStream() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
Returns the input stream to read.
getNamespaceDictionary() - Method in class com.google.api.client.http.xml.AbstractXmlHttpContent
Returns the XML namespace dictionary.
getNamespaceDictionary() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
Returns the XML namespace dictionary.
getNamespaceDictionary() - Method in class com.google.api.client.xml.XmlObjectParser
Returns the XML namespace dictionary.
getParser() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
Returns the XML pull parser to use.
getUriForAlias(String) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
Returns the namespace URI for the given namespace alias (or "" for the default namespace).
getUriToAliasMap() - Method in class com.google.api.client.xml.XmlNamespaceDictionary
Returns an unmodified set of map entries for the map from namespace URI to namespace alias (or "" for the default namespace).

I

isEntry() - Method in class com.google.api.client.http.xml.atom.AtomContent
Returns true for an Atom entry or false for an Atom feed.

M

MEDIA_TYPE - Static variable in class com.google.api.client.xml.atom.Atom
"application/atom+xml; charset=utf-8" media type used as a default for Atom parsing.
MEDIA_TYPE - Static variable in class com.google.api.client.xml.Xml
"application/xml; charset=utf-8" media type used as a default for XML parsing.

N

name - Variable in class com.google.api.client.xml.GenericXml
Optional XML element local name prefixed by its namespace alias -- for example "atom:entry" -- or null if not set.
namespaceDictionary - Variable in class com.google.api.client.xml.GenericXml
Optional namespace dictionary or null if not set.

P

parseAndClose(InputStream, Charset, Class<T>) - Method in class com.google.api.client.xml.XmlObjectParser
 
parseAndClose(InputStream, Charset, Type) - Method in class com.google.api.client.xml.XmlObjectParser
 
parseAndClose(Reader, Class<T>) - Method in class com.google.api.client.xml.XmlObjectParser
 
parseAndClose(Reader, Type) - Method in class com.google.api.client.xml.XmlObjectParser
 
parseElement(XmlPullParser, Object, XmlNamespaceDictionary, Xml.CustomizeParser) - Static method in class com.google.api.client.xml.Xml
Parses an XML element using the given XML pull parser into the given destination object.
parseEntryInternal() - Method in class com.google.api.client.http.xml.atom.AtomFeedParser
 
parseEntryInternal() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
Parses a single entry.
parseFeed() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
Parse the feed and return a new parsed instance of the feed type.
parseNextEntry() - Method in class com.google.api.client.http.xml.atom.AtomFeedParser
 
parseNextEntry() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
Parse the next item in the feed and return a new parsed instance of the item type.

S

serialize(XmlSerializer, String, String, Object) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
Shows a debug string representation of an element data object of key/value pairs.
serialize(XmlSerializer, String, Object) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
Shows a debug string representation of an element data object of key/value pairs.
set(String, Object) - Method in class com.google.api.client.xml.GenericXml
 
set(String, String) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
Adds a namespace of the given alias and URI.
setMediaType(HttpMediaType) - Method in class com.google.api.client.http.xml.AbstractXmlHttpContent
 
setMediaType(HttpMediaType) - Method in class com.google.api.client.http.xml.atom.AtomContent
 
setMediaType(HttpMediaType) - Method in class com.google.api.client.http.xml.XmlHttpContent
 
setSlugHeader(HttpHeaders, String) - Static method in class com.google.api.client.xml.atom.Atom
Sets the "Slug" header, properly escaping the header value.
stopAfterEndTag(String, String) - Method in class com.google.api.client.xml.Xml.CustomizeParser
Returns whether to stop parsing when reaching the end tag of an XML element after it has been processed.
stopBeforeStartTag(String, String) - Method in class com.google.api.client.xml.Xml.CustomizeParser
Returns whether to stop parsing when reaching the start tag of an XML element before it has been processed.

T

toString() - Method in class com.google.api.client.xml.GenericXml
 
toStringOf(Object) - Static method in class com.google.api.client.xml.Xml
Shows a debug string representation of an element data object of key/value pairs.
toStringOf(String, Object) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
Shows a debug string representation of an element data object of key/value pairs.

W

writeTo(OutputStream) - Method in class com.google.api.client.http.xml.AbstractXmlHttpContent
 
writeTo(XmlSerializer) - Method in class com.google.api.client.http.xml.AbstractXmlHttpContent
Writes the content to the given XML serializer.
writeTo(XmlSerializer) - Method in class com.google.api.client.http.xml.atom.AtomContent
 
writeTo(XmlSerializer) - Method in class com.google.api.client.http.xml.XmlHttpContent
 

X

Xml - Class in com.google.api.client.xml
Beta
XML utilities.
Xml.CustomizeParser - Class in com.google.api.client.xml
Customizes the behavior of XML parsing.
Xml.CustomizeParser() - Constructor for class com.google.api.client.xml.Xml.CustomizeParser
 
XmlHttpContent - Class in com.google.api.client.http.xml
Beta
Serializes XML HTTP content based on the data key/value mapping object for an item.
XmlHttpContent(XmlNamespaceDictionary, String, Object) - Constructor for class com.google.api.client.http.xml.XmlHttpContent
XML namespace dictionary.
XmlNamespaceDictionary - Class in com.google.api.client.xml
Beta
Thread-safe XML namespace dictionary that provides a one-to-one map of namespace alias to URI.
XmlNamespaceDictionary() - Constructor for class com.google.api.client.xml.XmlNamespaceDictionary
 
XmlObjectParser - Class in com.google.api.client.xml
Beta
XML HTTP parser into an data class of key/value pairs.
XmlObjectParser(XmlNamespaceDictionary) - Constructor for class com.google.api.client.xml.XmlObjectParser
Creates an XmlObjectParser using the specified non-null namespace dictionary.
A C F G I M N P S T W X 

Copyright © 2011-2015 Google. All Rights Reserved.