Class __XMLOutputFactory
java.lang.Object
javax.xml.stream.XMLOutputFactory
__redirected.__XMLOutputFactory
A redirected XMLOutputFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final XMLOutputFactoryprivate static Constructor<? extends XMLOutputFactory> private static final Constructor<? extends XMLOutputFactory> Fields inherited from class XMLOutputFactory
IS_REPAIRING_NAMESPACES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidchangeDefaultFactory(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 voidinit()Init method.booleanisPropertySupported(String name) static voidvoidsetProperty(String name, Object value) Methods inherited from class 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:
createXMLStreamWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLStreamWriter
- Specified by:
createXMLStreamWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(OutputStream stream, String encoding) throws XMLStreamException - Specified by:
createXMLStreamWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLStreamWriter
- Specified by:
createXMLStreamWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLEventWriter
public XMLEventWriter createXMLEventWriter(OutputStream stream, String encoding) throws XMLStreamException - Specified by:
createXMLEventWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
setProperty
- Specified by:
setPropertyin classXMLOutputFactory- Throws:
IllegalArgumentException
-
getProperty
- Specified by:
getPropertyin classXMLOutputFactory- Throws:
IllegalArgumentException
-
isPropertySupported
- Specified by:
isPropertySupportedin classXMLOutputFactory
-