|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.wireformats.output.CharacterGenerator<S>
com.google.gdata.wireformats.output.XmlGenerator<OpenSearchDescriptionDocument>
com.google.gdata.wireformats.output.OpenSearchGenerator
public class OpenSearchGenerator
Generates the output for an OpenSearch description document
Field Summary |
---|
Fields inherited from class com.google.gdata.wireformats.output.XmlGenerator |
---|
XML_CONTENT_TYPES |
Constructor Summary | |
---|---|
OpenSearchGenerator()
|
Method Summary | |
---|---|
void |
generateXml(XmlWriter xw,
OutputProperties outProps,
OpenSearchDescriptionDocument source)
Writes the metadata based upon the specified feed. |
AltFormat |
getAltFormat()
Returns the alternate representation format produced the generator. |
java.lang.Class<OpenSearchDescriptionDocument> |
getSourceType()
Returns the Class that represents the expected source data type for
output generation. |
Methods inherited from class com.google.gdata.wireformats.output.XmlGenerator |
---|
createMatchingXmlList, generate, getXmlWriter |
Methods inherited from class com.google.gdata.wireformats.output.CharacterGenerator |
---|
generate, getCharsetEncoding, getContentWriter, usePrettyPrint |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenSearchGenerator()
Method Detail |
---|
public AltFormat getAltFormat()
OutputGenerator
public java.lang.Class<OpenSearchDescriptionDocument> getSourceType()
OutputGenerator
Class
that represents the expected source data type for
output generation.
public void generateXml(XmlWriter xw, OutputProperties outProps, OpenSearchDescriptionDocument source) throws java.io.IOException
generateXml
in class XmlGenerator<OpenSearchDescriptionDocument>
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |