Package com.bea.xml.stream
Class XMLOutputFactoryBase
java.lang.Object
javax.xml.stream.XMLOutputFactory
com.bea.xml.stream.XMLOutputFactoryBase
Creates instances of the various interfaces for XML output
-
Field Summary
Fields inherited from class javax.xml.stream.XMLOutputFactory
IS_REPAIRING_NAMESPACES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateXMLEventWriter
(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) boolean
boolean
isPropertySupported
(String name) void
setPrefixDefaulting
(boolean value) void
setProperty
(String name, Object value) Methods inherited from class javax.xml.stream.XMLOutputFactory
newDefaultFactory, newFactory, newFactory, newInstance, newInstance
-
Constructor Details
-
XMLOutputFactoryBase
public XMLOutputFactoryBase()
-
-
Method Details
-
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
-
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
-
setProperty
- Specified by:
setProperty
in classXMLOutputFactory
-
getProperty
- Specified by:
getProperty
in classXMLOutputFactory
-
isPrefixDefaulting
public boolean isPrefixDefaulting() -
setPrefixDefaulting
public void setPrefixDefaulting(boolean value) -
isPropertySupported
- Specified by:
isPropertySupported
in classXMLOutputFactory
-
createXMLStreamWriter
- Specified by:
createXMLStreamWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-