| Package | Description |
|---|---|
| com.google.gdata.wireformats | |
| com.google.gdata.wireformats.input | |
| com.google.gdata.wireformats.input.media |
| Modifier and Type | Method and Description |
|---|---|
InputParser<?> |
AltRegistry.getParser(AltFormat altFormat)
Returns the
InputParser for a format or null if the format
is not registered or does not support input parsing. |
| Modifier and Type | Method and Description |
|---|---|
void |
AltRegistry.register(AltFormat format,
InputParser<?> parser,
OutputGenerator<?> generator)
Registers the configuration for an
AltFormat, replacing any
existing configuration for the format in the registry. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParser<T>
The AbstractParser class is an abstract base class that can be used in the
creation of new
InputParser implementations. |
class |
AtomDataParser
Parses Atom feed or entry data using classes based upon the old data
model in
com.google.gdata.data. |
class |
AtomDualParser
The AtomDualModeParser class provides an
InputParser implementation
that is capable of parsing into classes that use the old or new data
model. |
class |
AtomServiceDataParser
The AtomServiceDataParser class provides an
InputParser
implementation for Atom Service Documents. |
class |
AtomServiceDualParser
The AtomServiceDualParser class is an
InputParser implementation
that is capable of parsing service documents into either the old or new
data model. |
class |
CharacterParser<T>
The CharacterParser class is abstract base class to support the
implementation of an
InputParser for character-based content types. |
class |
ElementParser<T>
The ElementParser class is a generic
InputParser implementation for
Element data model types. |
class |
XmlInputParser<T>
The XmlInputParser class is an abstract base class supporting the creation
of new
InputParser implementations that parse XML content. |
| Modifier and Type | Class and Description |
|---|---|
class |
MediaMultipartParser
The MediaMultipartParser is an
InputParser implementation that
is capable parsing GData media multipart data streams to produce a
MediaMultipart instance. |
class |
MediaParser
The MediaParser class provides an
InputParser implementation for
consuming media data and exposing it as an MediaSource result. |
Copyright © 2012. All Rights Reserved.