public abstract class XMLOutputFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
IS_REPAIRING_NAMESPACES |
| Modifier | Constructor and Description |
|---|---|
protected |
XMLOutputFactory() |
public static final String IS_REPAIRING_NAMESPACES
public static XMLOutputFactory newDefaultFactory()
public static XMLOutputFactory newInstance() throws FactoryConfigurationError
FactoryConfigurationErrorpublic static XMLOutputFactory newFactory() throws FactoryConfigurationError
FactoryConfigurationError@Deprecated public static XMLInputFactory newInstance(String factoryId, ClassLoader classLoader) throws FactoryConfigurationError
FactoryConfigurationErrorpublic static XMLOutputFactory newFactory(String factoryId, ClassLoader classLoader) throws FactoryConfigurationError
FactoryConfigurationErrorpublic abstract XMLStreamWriter createXMLStreamWriter(Writer stream) throws XMLStreamException
XMLStreamExceptionpublic abstract XMLStreamWriter createXMLStreamWriter(OutputStream stream) throws XMLStreamException
XMLStreamExceptionpublic abstract XMLStreamWriter createXMLStreamWriter(OutputStream stream, String encoding) throws XMLStreamException
XMLStreamExceptionpublic abstract XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException
XMLStreamExceptionpublic abstract XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException
XMLStreamExceptionpublic abstract XMLEventWriter createXMLEventWriter(OutputStream stream) throws XMLStreamException
XMLStreamExceptionpublic abstract XMLEventWriter createXMLEventWriter(OutputStream stream, String encoding) throws XMLStreamException
XMLStreamExceptionpublic abstract XMLEventWriter createXMLEventWriter(Writer stream) throws XMLStreamException
XMLStreamExceptionpublic abstract void setProperty(String name, Object value) throws IllegalArgumentException
IllegalArgumentExceptionpublic abstract Object getProperty(String name) throws IllegalArgumentException
IllegalArgumentExceptionpublic abstract boolean isPropertySupported(String name)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.