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