public final class __XMLOutputFactory extends javax.xml.stream.XMLOutputFactory
IS_REPAIRING_NAMESPACES
Constructor and Description |
---|
__XMLOutputFactory()
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
changeDefaultFactory(ModuleIdentifier id,
ModuleLoader loader) |
javax.xml.stream.XMLEventWriter |
createXMLEventWriter(OutputStream stream) |
javax.xml.stream.XMLEventWriter |
createXMLEventWriter(OutputStream stream,
String encoding) |
javax.xml.stream.XMLEventWriter |
createXMLEventWriter(Result result) |
javax.xml.stream.XMLEventWriter |
createXMLEventWriter(Writer stream) |
javax.xml.stream.XMLStreamWriter |
createXMLStreamWriter(OutputStream stream) |
javax.xml.stream.XMLStreamWriter |
createXMLStreamWriter(OutputStream stream,
String encoding) |
javax.xml.stream.XMLStreamWriter |
createXMLStreamWriter(Result result) |
javax.xml.stream.XMLStreamWriter |
createXMLStreamWriter(Writer stream) |
Object |
getProperty(String name) |
static void |
init()
Init method.
|
boolean |
isPropertySupported(String name) |
static void |
restorePlatformFactory() |
void |
setProperty(String name,
Object value) |
newFactory, newFactory, newInstance, newInstance
public static void changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
public static void restorePlatformFactory()
public static void init()
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(Writer stream) throws javax.xml.stream.XMLStreamException
createXMLStreamWriter
in class javax.xml.stream.XMLOutputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(OutputStream stream) throws javax.xml.stream.XMLStreamException
createXMLStreamWriter
in class javax.xml.stream.XMLOutputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(OutputStream stream, String encoding) 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 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(OutputStream stream) throws javax.xml.stream.XMLStreamException
createXMLEventWriter
in class javax.xml.stream.XMLOutputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLEventWriter createXMLEventWriter(OutputStream stream, String encoding) throws javax.xml.stream.XMLStreamException
createXMLEventWriter
in class javax.xml.stream.XMLOutputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLEventWriter createXMLEventWriter(Writer stream) throws javax.xml.stream.XMLStreamException
createXMLEventWriter
in class javax.xml.stream.XMLOutputFactory
javax.xml.stream.XMLStreamException
public void setProperty(String name, Object value) throws IllegalArgumentException
setProperty
in class javax.xml.stream.XMLOutputFactory
IllegalArgumentException
public Object getProperty(String name) throws IllegalArgumentException
getProperty
in class javax.xml.stream.XMLOutputFactory
IllegalArgumentException
public boolean isPropertySupported(String name)
isPropertySupported
in class javax.xml.stream.XMLOutputFactory
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.