Package __redirected
Class __XMLOutputFactory
- java.lang.Object
-
- javax.xml.stream.XMLOutputFactory
-
- __redirected.__XMLOutputFactory
-
public final class __XMLOutputFactory extends javax.xml.stream.XMLOutputFactory
A 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 void
changeDefaultFactory(java.lang.String id, ModuleLoader loader)
static void
changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
Deprecated.javax.xml.stream.XMLEventWriter
createXMLEventWriter(java.io.OutputStream stream)
javax.xml.stream.XMLEventWriter
createXMLEventWriter(java.io.OutputStream stream, java.lang.String encoding)
javax.xml.stream.XMLEventWriter
createXMLEventWriter(java.io.Writer stream)
javax.xml.stream.XMLEventWriter
createXMLEventWriter(javax.xml.transform.Result result)
javax.xml.stream.XMLStreamWriter
createXMLStreamWriter(java.io.OutputStream stream)
javax.xml.stream.XMLStreamWriter
createXMLStreamWriter(java.io.OutputStream stream, java.lang.String encoding)
javax.xml.stream.XMLStreamWriter
createXMLStreamWriter(java.io.Writer stream)
javax.xml.stream.XMLStreamWriter
createXMLStreamWriter(javax.xml.transform.Result result)
java.lang.Object
getProperty(java.lang.String name)
static void
init()
Deprecated.boolean
isPropertySupported(java.lang.String name)
static void
restorePlatformFactory()
void
setProperty(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:
createXMLStreamWriter
in 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:
createXMLStreamWriter
in 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:
createXMLStreamWriter
in 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:
createXMLStreamWriter
in 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:
createXMLEventWriter
in 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:
createXMLEventWriter
in 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:
createXMLEventWriter
in 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:
createXMLEventWriter
in 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:
setProperty
in classjavax.xml.stream.XMLOutputFactory
- Throws:
java.lang.IllegalArgumentException
-
getProperty
public java.lang.Object getProperty(java.lang.String name) throws java.lang.IllegalArgumentException
- Specified by:
getProperty
in classjavax.xml.stream.XMLOutputFactory
- Throws:
java.lang.IllegalArgumentException
-
isPropertySupported
public boolean isPropertySupported(java.lang.String name)
- Specified by:
isPropertySupported
in classjavax.xml.stream.XMLOutputFactory
-
-