Package __redirected
Class __XMLOutputFactory
java.lang.Object
javax.xml.stream.XMLOutputFactory
__redirected.__XMLOutputFactory
A redirected XMLOutputFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final XMLOutputFactory
private static Constructor
<? extends XMLOutputFactory> private static final Constructor
<? extends XMLOutputFactory> Fields inherited from class javax.xml.stream.XMLOutputFactory
IS_REPAIRING_NAMESPACES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
changeDefaultFactory
(ModuleIdentifier id, ModuleLoader loader) createXMLEventWriter
(OutputStream stream) createXMLEventWriter
(OutputStream stream, String encoding) createXMLEventWriter
(Writer stream) createXMLEventWriter
(Result result) createXMLStreamWriter
(OutputStream stream) createXMLStreamWriter
(OutputStream stream, String encoding) createXMLStreamWriter
(Writer stream) createXMLStreamWriter
(Result result) getProperty
(String name) static void
init()
Init method.boolean
isPropertySupported
(String name) static void
void
setProperty
(String name, Object value) Methods inherited from class javax.xml.stream.XMLOutputFactory
newDefaultFactory, newFactory, newFactory, newInstance, newInstance
-
Field Details
-
PLATFORM_FACTORY
-
DEFAULT_FACTORY
-
actual
-
-
Constructor Details
-
__XMLOutputFactory
public __XMLOutputFactory()Construct a new instance.
-
-
Method Details
-
changeDefaultFactory
-
restorePlatformFactory
public static void restorePlatformFactory() -
init
public static void init()Init method. -
createXMLStreamWriter
- Specified by:
createXMLStreamWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLStreamWriter
- Specified by:
createXMLStreamWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(OutputStream stream, String encoding) throws XMLStreamException - Specified by:
createXMLStreamWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLStreamWriter
- Specified by:
createXMLStreamWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLEventWriter
public XMLEventWriter createXMLEventWriter(OutputStream stream, String encoding) throws XMLStreamException - Specified by:
createXMLEventWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
setProperty
- Specified by:
setProperty
in classXMLOutputFactory
- Throws:
IllegalArgumentException
-
getProperty
- Specified by:
getProperty
in classXMLOutputFactory
- Throws:
IllegalArgumentException
-
isPropertySupported
- Specified by:
isPropertySupported
in classXMLOutputFactory
-