public final class __XMLOutputFactory extends 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) |
XMLEventWriter |
createXMLEventWriter(OutputStream stream) |
XMLEventWriter |
createXMLEventWriter(OutputStream stream,
String encoding) |
XMLEventWriter |
createXMLEventWriter(Result result) |
XMLEventWriter |
createXMLEventWriter(Writer stream) |
XMLStreamWriter |
createXMLStreamWriter(OutputStream stream) |
XMLStreamWriter |
createXMLStreamWriter(OutputStream stream,
String encoding) |
XMLStreamWriter |
createXMLStreamWriter(Result result) |
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 XMLStreamWriter createXMLStreamWriter(Writer stream) throws XMLStreamException
createXMLStreamWriter
in class XMLOutputFactory
XMLStreamException
public XMLStreamWriter createXMLStreamWriter(OutputStream stream) throws XMLStreamException
createXMLStreamWriter
in class XMLOutputFactory
XMLStreamException
public XMLStreamWriter createXMLStreamWriter(OutputStream stream, String encoding) throws XMLStreamException
createXMLStreamWriter
in class XMLOutputFactory
XMLStreamException
public XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException
createXMLStreamWriter
in class XMLOutputFactory
XMLStreamException
public XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException
createXMLEventWriter
in class XMLOutputFactory
XMLStreamException
public XMLEventWriter createXMLEventWriter(OutputStream stream) throws XMLStreamException
createXMLEventWriter
in class XMLOutputFactory
XMLStreamException
public XMLEventWriter createXMLEventWriter(OutputStream stream, String encoding) throws XMLStreamException
createXMLEventWriter
in class XMLOutputFactory
XMLStreamException
public XMLEventWriter createXMLEventWriter(Writer stream) throws XMLStreamException
createXMLEventWriter
in class XMLOutputFactory
XMLStreamException
public void setProperty(String name, Object value) throws IllegalArgumentException
setProperty
in class XMLOutputFactory
IllegalArgumentException
public Object getProperty(String name) throws IllegalArgumentException
getProperty
in class XMLOutputFactory
IllegalArgumentException
public boolean isPropertySupported(String name)
isPropertySupported
in class XMLOutputFactory
Copyright © 2017 JBoss by Red Hat. All rights reserved.