|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.stream.XMLOutputFactory
com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory
com.atlassian.confluence.content.render.xhtml.ConfluenceXmlOutputFactory
public class ConfluenceXmlOutputFactory
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.
| Field Summary |
|---|
| Fields inherited from class javax.xml.stream.XMLOutputFactory |
|---|
IS_REPAIRING_NAMESPACES |
| Constructor Summary | |
|---|---|
ConfluenceXmlOutputFactory(javax.xml.stream.XMLOutputFactory xmlOutputFactory)
|
|
| Method Summary | |
|---|---|
javax.xml.stream.XMLEventWriter |
createXMLEventWriter(java.io.Writer writer)
|
| Methods inherited from class com.atlassian.confluence.content.render.xhtml.DelegateXmlOutputFactory |
|---|
createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, getProperty, isPropertySupported, setProperty |
| Methods inherited from class javax.xml.stream.XMLOutputFactory |
|---|
newFactory, newFactory, newInstance, newInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfluenceXmlOutputFactory(javax.xml.stream.XMLOutputFactory xmlOutputFactory)
| Method Detail |
|---|
public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.Writer writer)
throws javax.xml.stream.XMLStreamException
createXMLEventWriter in interface XmlOutputFactorycreateXMLEventWriter in class DelegateXmlOutputFactoryjavax.xml.stream.XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||