public class RssGenerator extends XmlGenerator<IAtom>
Constructor and Description |
---|
RssGenerator() |
Modifier and Type | Method and Description |
---|---|
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()
Returns the alternate representation format produced the generator.
|
java.lang.Class<IAtom> |
getSourceType()
Returns the
Class that represents the expected source data type for
output generation. |
generate
generate
public AltFormat getAltFormat()
OutputGenerator
public java.lang.Class<IAtom> getSourceType()
OutputGenerator
Class
that represents the expected source data type for
output generation.public void generateXml(XmlWriter xw, OutputProperties outProps, IAtom source) throws java.io.IOException
XmlGenerator
generateXml
in class XmlGenerator<IAtom>
java.io.IOException