public abstract class AbstractXMLOutputFactory extends XMLOutputFactory
IS_REPAIRING_NAMESPACES| Constructor and Description |
|---|
AbstractXMLOutputFactory() |
| Modifier and Type | Method and Description |
|---|---|
XMLEventWriter |
createXMLEventWriter(OutputStream out) |
XMLEventWriter |
createXMLEventWriter(OutputStream out,
String charset) |
XMLEventWriter |
createXMLEventWriter(Result result) |
XMLEventWriter |
createXMLEventWriter(Writer writer) |
XMLStreamWriter |
createXMLStreamWriter(OutputStream out) |
XMLStreamWriter |
createXMLStreamWriter(OutputStream out,
String charset) |
XMLStreamWriter |
createXMLStreamWriter(Result result) |
abstract XMLStreamWriter |
createXMLStreamWriter(Writer writer) |
Object |
getProperty(String arg0) |
boolean |
isPropertySupported(String arg0) |
void |
setProperty(String arg0,
Object arg1) |
newFactory, newFactory, newInstance, newInstancepublic XMLEventWriter createXMLEventWriter(OutputStream out, String charset) throws XMLStreamException
createXMLEventWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLEventWriter createXMLEventWriter(OutputStream out) throws XMLStreamException
createXMLEventWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException
createXMLEventWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLEventWriter createXMLEventWriter(Writer writer) throws XMLStreamException
createXMLEventWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLStreamWriter createXMLStreamWriter(OutputStream out, String charset) throws XMLStreamException
createXMLStreamWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLStreamWriter createXMLStreamWriter(OutputStream out) throws XMLStreamException
createXMLStreamWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException
createXMLStreamWriter in class XMLOutputFactoryXMLStreamExceptionpublic abstract XMLStreamWriter createXMLStreamWriter(Writer writer) throws XMLStreamException
createXMLStreamWriter in class XMLOutputFactoryXMLStreamExceptionpublic Object getProperty(String arg0) throws IllegalArgumentException
getProperty in class XMLOutputFactoryIllegalArgumentExceptionpublic boolean isPropertySupported(String arg0)
isPropertySupported in class XMLOutputFactorypublic void setProperty(String arg0, Object arg1) throws IllegalArgumentException
setProperty in class XMLOutputFactoryIllegalArgumentExceptionCopyright © 2018. All rights reserved.