public class OpenSearchGenerator extends XmlGenerator<OpenSearchDescriptionDocument>
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. |
generate
generate
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