- writeRaw
Writes the supplied data to the wrapped stream without conversion.
- <init>
- write
Writes the supplied data to the wrapped stream, escaping all mandatory XML
entities, being &, <, >,
- close
Closes this XMLWriter object, in effect flushing it and making it unusable for
any further write ope
- closeTag
- flush
Flushes the wrapped stream.
- indent
- writeDeclaration
Writes a default declaration to the wrapped stream.