Java javax.xml.stream XMLOutputFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.stream XMLOutputFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.stream XMLOutputFactory.

The text is from its open source code.

Field

StringIS_REPAIRING_NAMESPACES
Property used to set prefix defaulting on the output side

Method

XMLEventWritercreateXMLEventWriter(Result result)
Create a new XMLEventWriter that writes to a JAXP result.
XMLEventWritercreateXMLEventWriter(java.io.OutputStream stream)
Create a new XMLEventWriter that writes to a stream
XMLEventWritercreateXMLEventWriter(java.io.Writer stream)
Create a new XMLEventWriter that writes to a writer
XMLEventWritercreateXMLEventWriter(java.io.OutputStream stream, String encoding)
Create a new XMLEventWriter that writes to a stream
XMLStreamWritercreateXMLStreamWriter(java.io.Writer stream)
Create a new XMLStreamWriter that writes to a writer
XMLStreamWritercreateXMLStreamWriter(java.io.OutputStream stream)
Create a new XMLStreamWriter that writes to a stream
XMLStreamWritercreateXMLStreamWriter(Result result)
Create a new XMLStreamWriter that writes to a JAXP result.
XMLStreamWritercreateXMLStreamWriter(java.io.OutputStream stream, String encoding)
Create a new XMLStreamWriter that writes to a stream
ClassgetClass()
Returns the runtime class of this Object .
booleanisPropertySupported(String name)
Query the set of properties that this factory supports.
XMLOutputFactorynewFactory()
Create a new instance of the factory.
XMLOutputFactorynewInstance()
Creates a new instance of the factory in exactly the same manner as the #newFactory() method.
voidsetProperty(java.lang.String name, Object value)
Allows the user to set specific features/properties on the underlying implementation.