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_ESCAPERIS_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, newInstanceprotected final WriterConfig _config
public XMLEventWriter createXMLEventWriter(OutputStream out) throws XMLStreamException
createXMLEventWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLEventWriter createXMLEventWriter(OutputStream out, String enc) throws XMLStreamException
createXMLEventWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException
createXMLEventWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLEventWriter createXMLEventWriter(Writer w) throws XMLStreamException
createXMLEventWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLStreamWriter createXMLStreamWriter(OutputStream out) throws XMLStreamException
createXMLStreamWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLStreamWriter createXMLStreamWriter(OutputStream out, String enc) throws XMLStreamException
createXMLStreamWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException
createXMLStreamWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLStreamWriter createXMLStreamWriter(Writer w) throws XMLStreamException
createXMLStreamWriter in class XMLOutputFactoryXMLStreamExceptionpublic Object getProperty(String name)
getProperty in class XMLOutputFactorypublic boolean isPropertySupported(String name)
isPropertySupported in class XMLOutputFactorypublic void setProperty(String name, Object value)
setProperty in class XMLOutputFactorypublic XMLEventWriter createXMLEventWriter(Writer w, String enc) throws XMLStreamException
createXMLEventWriter in class org.codehaus.stax2.XMLOutputFactory2XMLStreamExceptionpublic XMLEventWriter createXMLEventWriter(XMLStreamWriter sw) throws XMLStreamException
createXMLEventWriter in class org.codehaus.stax2.XMLOutputFactory2XMLStreamExceptionpublic org.codehaus.stax2.XMLStreamWriter2 createXMLStreamWriter(Writer w, String enc) throws XMLStreamException
createXMLStreamWriter in class org.codehaus.stax2.XMLOutputFactory2XMLStreamExceptionpublic void configureForXmlConformance()
configureForXmlConformance in class org.codehaus.stax2.XMLOutputFactory2public void configureForRobustness()
configureForRobustness in class org.codehaus.stax2.XMLOutputFactory2public void configureForSpeed()
configureForSpeed in class org.codehaus.stax2.XMLOutputFactory2Copyright © 2021 FasterXML. All rights reserved.