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, newInstance
public XMLEventWriter createXMLEventWriter(OutputStream out, String charset) throws XMLStreamException
createXMLEventWriter
in class XMLOutputFactory
XMLStreamException
public XMLEventWriter createXMLEventWriter(OutputStream out) throws XMLStreamException
createXMLEventWriter
in class XMLOutputFactory
XMLStreamException
public XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException
createXMLEventWriter
in class XMLOutputFactory
XMLStreamException
public XMLEventWriter createXMLEventWriter(Writer writer) throws XMLStreamException
createXMLEventWriter
in class XMLOutputFactory
XMLStreamException
public XMLStreamWriter createXMLStreamWriter(OutputStream out, String charset) throws XMLStreamException
createXMLStreamWriter
in class XMLOutputFactory
XMLStreamException
public XMLStreamWriter createXMLStreamWriter(OutputStream out) throws XMLStreamException
createXMLStreamWriter
in class XMLOutputFactory
XMLStreamException
public XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException
createXMLStreamWriter
in class XMLOutputFactory
XMLStreamException
public abstract XMLStreamWriter createXMLStreamWriter(Writer writer) throws XMLStreamException
createXMLStreamWriter
in class XMLOutputFactory
XMLStreamException
public Object getProperty(String arg0) throws IllegalArgumentException
getProperty
in class XMLOutputFactory
IllegalArgumentException
public boolean isPropertySupported(String arg0)
isPropertySupported
in class XMLOutputFactory
public void setProperty(String arg0, Object arg1) throws IllegalArgumentException
setProperty
in class XMLOutputFactory
IllegalArgumentException
Copyright © 2023. All rights reserved.