Package __redirected
Class __XMLOutputFactory
- java.lang.Object
-
- javax.xml.stream.XMLOutputFactory
-
- __redirected.__XMLOutputFactory
-
public final class __XMLOutputFactory extends javax.xml.stream.XMLOutputFactoryA redirected XMLOutputFactory
-
-
Field Summary
Fields Modifier and Type Field Description private javax.xml.stream.XMLOutputFactoryactualprivate static java.lang.reflect.Constructor<? extends javax.xml.stream.XMLOutputFactory>DEFAULT_FACTORYprivate static java.lang.reflect.Constructor<? extends javax.xml.stream.XMLOutputFactory>PLATFORM_FACTORY
-
Constructor Summary
Constructors Constructor Description __XMLOutputFactory()Construct a new instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidchangeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)javax.xml.stream.XMLEventWritercreateXMLEventWriter(java.io.OutputStream stream)javax.xml.stream.XMLEventWritercreateXMLEventWriter(java.io.OutputStream stream, java.lang.String encoding)javax.xml.stream.XMLEventWritercreateXMLEventWriter(java.io.Writer stream)javax.xml.stream.XMLEventWritercreateXMLEventWriter(javax.xml.transform.Result result)javax.xml.stream.XMLStreamWritercreateXMLStreamWriter(java.io.OutputStream stream)javax.xml.stream.XMLStreamWritercreateXMLStreamWriter(java.io.OutputStream stream, java.lang.String encoding)javax.xml.stream.XMLStreamWritercreateXMLStreamWriter(java.io.Writer stream)javax.xml.stream.XMLStreamWritercreateXMLStreamWriter(javax.xml.transform.Result result)java.lang.ObjectgetProperty(java.lang.String name)static voidinit()Init method.booleanisPropertySupported(java.lang.String name)static voidrestorePlatformFactory()voidsetProperty(java.lang.String name, java.lang.Object value)
-
-
-
Field Detail
-
PLATFORM_FACTORY
private static final java.lang.reflect.Constructor<? extends javax.xml.stream.XMLOutputFactory> PLATFORM_FACTORY
-
DEFAULT_FACTORY
private static volatile java.lang.reflect.Constructor<? extends javax.xml.stream.XMLOutputFactory> DEFAULT_FACTORY
-
actual
private final javax.xml.stream.XMLOutputFactory actual
-
-
Method Detail
-
changeDefaultFactory
public static void changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
-
restorePlatformFactory
public static void restorePlatformFactory()
-
init
public static void init()
Init method.
-
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.Writer stream) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLStreamWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream stream) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLStreamWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream stream, java.lang.String encoding) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLStreamWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(javax.xml.transform.Result result) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLStreamWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(javax.xml.transform.Result result) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLEventWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream stream) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLEventWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream stream, java.lang.String encoding) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLEventWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.Writer stream) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLEventWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
setProperty
public void setProperty(java.lang.String name, java.lang.Object value) throws java.lang.IllegalArgumentException- Specified by:
setPropertyin classjavax.xml.stream.XMLOutputFactory- Throws:
java.lang.IllegalArgumentException
-
getProperty
public java.lang.Object getProperty(java.lang.String name) throws java.lang.IllegalArgumentException- Specified by:
getPropertyin classjavax.xml.stream.XMLOutputFactory- Throws:
java.lang.IllegalArgumentException
-
isPropertySupported
public boolean isPropertySupported(java.lang.String name)
- Specified by:
isPropertySupportedin classjavax.xml.stream.XMLOutputFactory
-
-