public final class OutputFactoryImpl
extends org.codehaus.stax2.XMLOutputFactory2
XMLOutputFactory
.Modifier and Type | Field and Description |
---|---|
protected WriterConfig |
_config |
P_ATTR_VALUE_ESCAPER, P_AUTO_CLOSE_OUTPUT, P_AUTOMATIC_EMPTY_ELEMENTS, P_AUTOMATIC_NS_PREFIX, P_TEXT_ESCAPER
IS_REPAIRING_NAMESPACES
Constructor and Description |
---|
OutputFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
configureForRobustness() |
void |
configureForSpeed() |
void |
configureForXmlConformance() |
XMLEventWriter |
createXMLEventWriter(OutputStream out) |
XMLEventWriter |
createXMLEventWriter(OutputStream out,
String enc) |
XMLEventWriter |
createXMLEventWriter(Result result) |
XMLEventWriter |
createXMLEventWriter(Writer w) |
XMLEventWriter |
createXMLEventWriter(Writer w,
String enc) |
XMLEventWriter |
createXMLEventWriter(XMLStreamWriter sw) |
XMLStreamWriter |
createXMLStreamWriter(OutputStream out) |
XMLStreamWriter |
createXMLStreamWriter(OutputStream out,
String enc) |
XMLStreamWriter |
createXMLStreamWriter(Result result) |
XMLStreamWriter |
createXMLStreamWriter(Writer w) |
org.codehaus.stax2.XMLStreamWriter2 |
createXMLStreamWriter(Writer w,
String enc) |
Object |
getProperty(String name) |
boolean |
isPropertySupported(String name) |
void |
setProperty(String name,
Object value) |
newFactory, newFactory, newInstance, newInstance
protected final WriterConfig _config
public XMLEventWriter createXMLEventWriter(OutputStream out) throws XMLStreamException
createXMLEventWriter
in class XMLOutputFactory
XMLStreamException
public XMLEventWriter createXMLEventWriter(OutputStream out, String enc) throws XMLStreamException
createXMLEventWriter
in class XMLOutputFactory
XMLStreamException
public XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException
createXMLEventWriter
in class XMLOutputFactory
XMLStreamException
public XMLEventWriter createXMLEventWriter(Writer w) throws XMLStreamException
createXMLEventWriter
in class XMLOutputFactory
XMLStreamException
public XMLStreamWriter createXMLStreamWriter(OutputStream out) throws XMLStreamException
createXMLStreamWriter
in class XMLOutputFactory
XMLStreamException
public XMLStreamWriter createXMLStreamWriter(OutputStream out, String enc) throws XMLStreamException
createXMLStreamWriter
in class XMLOutputFactory
XMLStreamException
public XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException
createXMLStreamWriter
in class XMLOutputFactory
XMLStreamException
public XMLStreamWriter createXMLStreamWriter(Writer w) throws XMLStreamException
createXMLStreamWriter
in class XMLOutputFactory
XMLStreamException
public Object getProperty(String name)
getProperty
in class XMLOutputFactory
public boolean isPropertySupported(String name)
isPropertySupported
in class XMLOutputFactory
public void setProperty(String name, Object value)
setProperty
in class XMLOutputFactory
public XMLEventWriter createXMLEventWriter(Writer w, String enc) throws XMLStreamException
createXMLEventWriter
in class org.codehaus.stax2.XMLOutputFactory2
XMLStreamException
public XMLEventWriter createXMLEventWriter(XMLStreamWriter sw) throws XMLStreamException
createXMLEventWriter
in class org.codehaus.stax2.XMLOutputFactory2
XMLStreamException
public org.codehaus.stax2.XMLStreamWriter2 createXMLStreamWriter(Writer w, String enc) throws XMLStreamException
createXMLStreamWriter
in class org.codehaus.stax2.XMLOutputFactory2
XMLStreamException
public void configureForXmlConformance()
configureForXmlConformance
in class org.codehaus.stax2.XMLOutputFactory2
public void configureForRobustness()
configureForRobustness
in class org.codehaus.stax2.XMLOutputFactory2
public void configureForSpeed()
configureForSpeed
in class org.codehaus.stax2.XMLOutputFactory2
Copyright © 2018 FasterXML. All rights reserved.