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