public abstract class AbstractXMLOutputFactory extends XMLOutputFactory
IS_REPAIRING_NAMESPACES| Constructor and Description |
|---|
AbstractXMLOutputFactory() |
| Modifier and Type | Method and Description |
|---|---|
XMLEventWriter |
createXMLEventWriter(OutputStream stream) |
XMLEventWriter |
createXMLEventWriter(OutputStream stream,
String encoding) |
XMLEventWriter |
createXMLEventWriter(Result result) |
XMLEventWriter |
createXMLEventWriter(Writer stream) |
abstract XMLEventWriter |
createXMLEventWriter(XMLStreamWriter writer) |
XMLStreamWriter |
createXMLStreamWriter(Result result) |
Object |
getProperty(String name) |
boolean |
isPropertySupported(String name) |
void |
setProperty(String name,
Object value) |
createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, newFactory, newFactory, newInstance, newInstancepublic XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException
createXMLStreamWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException
createXMLEventWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLEventWriter createXMLEventWriter(OutputStream stream) throws XMLStreamException
createXMLEventWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLEventWriter createXMLEventWriter(OutputStream stream, String encoding) throws XMLStreamException
createXMLEventWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLEventWriter createXMLEventWriter(Writer stream) throws XMLStreamException
createXMLEventWriter in class XMLOutputFactoryXMLStreamExceptionpublic abstract XMLEventWriter createXMLEventWriter(XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionpublic boolean isPropertySupported(String name)
isPropertySupported in class XMLOutputFactorypublic Object getProperty(String name) throws IllegalArgumentException
getProperty in class XMLOutputFactoryIllegalArgumentExceptionpublic void setProperty(String name, Object value) throws IllegalArgumentException
setProperty in class XMLOutputFactoryIllegalArgumentExceptionCopyright © 2005–2019 Apache Software Foundation. All rights reserved.