class NormalizingXMLOutputFactoryWrapper extends WrappingXMLOutputFactory
| Modifier and Type | Field and Description |
|---|---|
private AbstractStAXDialect |
dialect |
| Constructor and Description |
|---|
NormalizingXMLOutputFactoryWrapper(javax.xml.stream.XMLOutputFactory parent,
AbstractStAXDialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.xml.stream.XMLStreamWriter |
wrap(javax.xml.stream.XMLStreamWriter writer)
Wrap a writer created from this factory.
|
createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, wrapgetProperty, isPropertySupported, setPropertyprivate final AbstractStAXDialect dialect
public NormalizingXMLOutputFactoryWrapper(javax.xml.stream.XMLOutputFactory parent,
AbstractStAXDialect dialect)
protected javax.xml.stream.XMLStreamWriter wrap(javax.xml.stream.XMLStreamWriter writer)
WrappingXMLOutputFactoryXMLStreamWriter instances created from the factory. The default
implementation simply returns the unwrapped writer.wrap in class WrappingXMLOutputFactorywriter - the writer to wrap