public abstract class XMLOutputFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
IS_REPAIRING_NAMESPACES |
Modifier | Constructor and Description |
---|---|
protected |
XMLOutputFactory() |
Modifier and Type | Method and Description |
---|---|
abstract XMLEventWriter |
createXMLEventWriter(OutputStream stream) |
abstract XMLEventWriter |
createXMLEventWriter(OutputStream stream,
String encoding) |
abstract XMLEventWriter |
createXMLEventWriter(Result result) |
abstract XMLEventWriter |
createXMLEventWriter(Writer stream) |
abstract XMLStreamWriter |
createXMLStreamWriter(OutputStream stream) |
abstract XMLStreamWriter |
createXMLStreamWriter(OutputStream stream,
String encoding) |
abstract XMLStreamWriter |
createXMLStreamWriter(Result result) |
abstract XMLStreamWriter |
createXMLStreamWriter(Writer stream) |
abstract Object |
getProperty(String name) |
abstract boolean |
isPropertySupported(String name) |
static XMLOutputFactory |
newInstance() |
static XMLInputFactory |
newInstance(String factoryId,
ClassLoader classLoader) |
abstract void |
setProperty(String name,
Object value) |
public static final String IS_REPAIRING_NAMESPACES
public static XMLOutputFactory newInstance() throws FactoryConfigurationError
FactoryConfigurationError
public static XMLInputFactory newInstance(String factoryId, ClassLoader classLoader) throws FactoryConfigurationError
FactoryConfigurationError
public abstract XMLStreamWriter createXMLStreamWriter(Writer stream) throws XMLStreamException
XMLStreamException
public abstract XMLStreamWriter createXMLStreamWriter(OutputStream stream) throws XMLStreamException
XMLStreamException
public abstract XMLStreamWriter createXMLStreamWriter(OutputStream stream, String encoding) throws XMLStreamException
XMLStreamException
public abstract XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException
XMLStreamException
public abstract XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException
XMLStreamException
public abstract XMLEventWriter createXMLEventWriter(OutputStream stream) throws XMLStreamException
XMLStreamException
public abstract XMLEventWriter createXMLEventWriter(OutputStream stream, String encoding) throws XMLStreamException
XMLStreamException
public abstract XMLEventWriter createXMLEventWriter(Writer stream) throws XMLStreamException
XMLStreamException
public abstract void setProperty(String name, Object value) throws IllegalArgumentException
IllegalArgumentException
public abstract Object getProperty(String name) throws IllegalArgumentException
IllegalArgumentException
public abstract boolean isPropertySupported(String name)
Copyright © 2013. All rights reserved.