Use this class to write XML to any streaming source. While the class itself is unstructured and doesn't enforce any DTD specification, use of the class does ensure that the output is syntactically valid XML.
Story reporter that outputs to a PrintStream, as XML. It extends {@link PrintStreamOutput}, providing XML-based default output patterns, which can be overridden via the {@link XmlOutput (PrintStream,Properties)} constructor.
@author Mauro Talevi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|