public final class __XMLOutputFactory extends XMLOutputFactory
IS_REPAIRING_NAMESPACES| Constructor | Description |
|---|---|
__XMLOutputFactory() |
Construct a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
changeDefaultFactory(String id,
ModuleLoader loader) |
|
static void |
changeDefaultFactory(ModuleIdentifier id,
ModuleLoader loader) |
Deprecated.
|
XMLEventWriter |
createXMLEventWriter(OutputStream stream) |
|
XMLEventWriter |
createXMLEventWriter(OutputStream stream,
String encoding) |
|
XMLEventWriter |
createXMLEventWriter(Writer stream) |
|
XMLEventWriter |
createXMLEventWriter(Result result) |
|
XMLStreamWriter |
createXMLStreamWriter(OutputStream stream) |
|
XMLStreamWriter |
createXMLStreamWriter(OutputStream stream,
String encoding) |
|
XMLStreamWriter |
createXMLStreamWriter(Writer stream) |
|
XMLStreamWriter |
createXMLStreamWriter(Result result) |
|
Object |
getProperty(String name) |
|
static void |
init() |
Deprecated.
|
boolean |
isPropertySupported(String name) |
|
static void |
restorePlatformFactory() |
|
void |
setProperty(String name,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewDefaultFactory, newFactory, newFactory, newInstance, newInstance@Deprecated public static void changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
public static void changeDefaultFactory(String id, ModuleLoader loader)
public static void restorePlatformFactory()
@Deprecated public static void init()
public XMLStreamWriter createXMLStreamWriter(Writer stream) throws XMLStreamException
createXMLStreamWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLStreamWriter createXMLStreamWriter(OutputStream stream) throws XMLStreamException
createXMLStreamWriter in class XMLOutputFactoryXMLStreamExceptionpublic XMLStreamWriter createXMLStreamWriter(OutputStream stream, String encoding) throws XMLStreamException
createXMLStreamWriter in class XMLOutputFactoryXMLStreamExceptionpublic 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 void setProperty(String name, Object value) throws IllegalArgumentException
setProperty in class XMLOutputFactoryIllegalArgumentExceptionpublic Object getProperty(String name) throws IllegalArgumentException
getProperty in class XMLOutputFactoryIllegalArgumentExceptionpublic boolean isPropertySupported(String name)
isPropertySupported in class XMLOutputFactoryCopyright © 2018 JBoss by Red Hat. All rights reserved.