public class

RssGenerator

extends XmlGenerator<S>
java.lang.Object
   ↳ com.google.gdata.wireformats.output.CharacterGenerator<S>
     ↳ com.google.gdata.wireformats.output.XmlGenerator<S>
       ↳ com.google.gdata.wireformats.output.RssGenerator

Class Overview

The RssGenerator class is a concrete implementation of the OutputGenerator interface that generates GData feeds and entries using the RSS 2.0 Syntax.

Summary

[Expand]
Inherited Fields
From class com.google.gdata.wireformats.output.XmlGenerator
Public Constructors
RssGenerator()
Public Methods
void generateXml(XmlWriter xw, OutputProperties outProps, IAtom source)
Generates the XML content to the provided XML writer instance based upon the query request/response attributes.
AltFormat getAltFormat()
Class<IAtom> getSourceType()
[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

Public Constructors

public RssGenerator ()

Public Methods

public void generateXml (XmlWriter xw, OutputProperties outProps, IAtom source)

Generates the XML content to the provided XML writer instance based upon the query request/response attributes.

Parameters
xw
outProps
source
Throws
IOException

public AltFormat getAltFormat ()

public Class<IAtom> getSourceType ()