Class ConfluenceXmlOutputFactory

All Implemented Interfaces:
XmlOutputFactory

public class ConfluenceXmlOutputFactory extends DelegateXmlOutputFactory
This "Confluence" implementation of XmlOutputFactory was introduced primarily to deal with STAX-58.

The intention is to override the factory method DelegateXmlOutputFactory.createXMLStreamWriter(java.io.Writer) to return our own customized writer that fixes the issue of marshalling some characters incorrectly.