Class Overview
This "Confluence" implementation of XmlOutputFactory was introduced primarily to deal with
STAX-58.
The intention is to override the factory method createXMLStreamWriter(java.io.Writer) to return our own customized
writer that fixes the issue of marshalling some characters incorrectly.
Summary
|
[Expand]
Inherited Constants |
From class
javax.xml.stream.XMLOutputFactory
| String |
IS_REPAIRING_NAMESPACES |
|
|
Public Constructors
public
ConfluenceXmlOutputFactory
(XMLOutputFactory xmlOutputFactory)
Public Methods
public
XMLEventWriter
createXMLEventWriter
(Writer writer)