| Package | Description |
|---|---|
| com.google.gdata.wireformats.output |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomDualGenerator
A dual-mode generator for atom.
|
class |
AtomGenerator
The AtomGenerator class is a concrete implementation of the OutputGenerator
interface that generates GData feeds and entries using the Atom XML Syntax.
|
class |
AtomServiceDualGenerator
A dual-mode generator for atom-service.
|
class |
AtomServiceGenerator
Generates the metadata for an Atom Service (introspection) document.
|
class |
DualModeGenerator<T>
A bridge between old and new data models for output generators.
|
class |
ElementGenerator<E extends Element>
The ElementGenerator class implements a simple {WireFormatOutputGenerator}
that can generate documents from any GDOM
Element representation. |
class |
OpenSearchGenerator
Generates the output for an OpenSearch description document
|
class |
RssDualGenerator
An RSS generator that can generate from both old and new data model formats.
|
class |
RssGenerator
The RssGenerator class is a concrete implementation of the OutputGenerator
interface that generates GData feeds and entries using the RSS 2.0 Syntax.
|
class |
WireFormatOutputGenerator<T>
An
OutputGenerator using a WireFormat to serialize to the
output stream. |
class |
XmlGenerator<S>
The XmlGenerator class is an abstract base class supporting the
implementation of the OutputGenerator interface for XML content types.
|
| Constructor and Description |
|---|
DualModeGenerator(CharacterGenerator<T> oldGen) |
Copyright © 2012. All Rights Reserved.