| java.lang.Object | |||
| ↳ | com.google.gdata.wireformats.output.CharacterGenerator<S> | ||
| ↳ | com.google.gdata.wireformats.output.XmlGenerator<S> | ||
| ↳ | com.google.gdata.wireformats.output.RssGenerator | ||
The RssGenerator class is a concrete implementation of the OutputGenerator interface that generates GData feeds and entries using the RSS 2.0 Syntax.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.wireformats.output.XmlGenerator
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates the XML content to the provided XML writer instance based
upon the query request/response attributes.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.wireformats.output.XmlGenerator
| |||||||||||
From class
com.google.gdata.wireformats.output.CharacterGenerator
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.wireformats.output.OutputGenerator
| |||||||||||
Generates the XML content to the provided XML writer instance based upon the query request/response attributes.
| xw | |
|---|---|
| outProps | |
| source |
| IOException |
|---|