Package __redirected
Class __XMLOutputFactory
- java.lang.Object
-
- javax.xml.stream.XMLOutputFactory
-
- __redirected.__XMLOutputFactory
-
public final class __XMLOutputFactory extends javax.xml.stream.XMLOutputFactoryA redirected XMLOutputFactory- Author:
- David M. Lloyd, Jason T. Greene
-
-
Constructor Summary
Constructors Constructor Description __XMLOutputFactory()Construct a new instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidchangeDefaultFactory(java.lang.String id, ModuleLoader loader)static voidchangeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)Deprecated.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()Deprecated.booleanisPropertySupported(java.lang.String name)static voidrestorePlatformFactory()voidsetProperty(java.lang.String name, java.lang.Object value)
-
-
-
Method Detail
-
changeDefaultFactory
@Deprecated public static void changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
Deprecated.
-
changeDefaultFactory
public static void changeDefaultFactory(java.lang.String id, ModuleLoader loader)
-
restorePlatformFactory
public static void restorePlatformFactory()
-
init
@Deprecated public static void init()
Deprecated.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
-
-