public class OpenSearchGenerator extends XmlGenerator<OpenSearchDescriptionDocument>
XML_CONTENT_TYPES| Constructor and Description |
|---|
OpenSearchGenerator() |
| Modifier and Type | Method and Description |
|---|---|
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. |
createMatchingXmlList, generate, getXmlWritergenerate, getCharsetEncoding, getContentWriter, usePrettyPrintpublic AltFormat getAltFormat()
OutputGeneratorpublic java.lang.Class<OpenSearchDescriptionDocument> getSourceType()
OutputGeneratorClass 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