Methods Summary |
---|
public abstract java.lang.String | getCharacterEncoding()Gets the xml charset encoding
|
public abstract T | getRootElement()Getter for the root element of the xml e.g GOMDocument
|
public abstract java.lang.String | getVersion()Gets the xml version
|
public abstract void | setCharacterEncoding(java.lang.String aEncoding)Sets the xml charset encoding
|
public abstract void | setRootElement(T aRootElement)setter for the root element of the xml e.g GOMDocument
|
public abstract void | setVersion(java.lang.String aVersion)Sets the xml version
|
public abstract void | writeAtomOutput(org.apache.lucene.gdata.gom.writer.GOMOutputWriter aStreamWriter)Generates a complete xml document starting with the header followed by
the output of the specified root element in the ATOM 1.0 formate.
|
public abstract void | writeRssOutput(org.apache.lucene.gdata.gom.writer.GOMOutputWriter aStreamWriter)Generates a complete xml document starting with the header followed by
the output of the specified root element in the RSS 2.0 formate.
|