Package org.codehaus.jettison
Class AbstractXMLOutputFactory
java.lang.Object
javax.xml.stream.XMLOutputFactory
org.codehaus.jettison.AbstractXMLOutputFactory
- Direct Known Subclasses:
BadgerFishXMLOutputFactory
,MappedXMLOutputFactory
-
Field Summary
Fields inherited from class javax.xml.stream.XMLOutputFactory
IS_REPAIRING_NAMESPACES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateXMLEventWriter
(OutputStream out, String charset) createXMLEventWriter
(Writer writer) createXMLEventWriter
(Result result) createXMLStreamWriter
(OutputStream out, String charset) abstract XMLStreamWriter
createXMLStreamWriter
(Writer writer) createXMLStreamWriter
(Result result) getProperty
(String arg0) boolean
isPropertySupported
(String arg0) void
setProperty
(String arg0, Object arg1) Methods inherited from class javax.xml.stream.XMLOutputFactory
newFactory, newFactory, newInstance, newInstance
-
Constructor Details
-
AbstractXMLOutputFactory
public AbstractXMLOutputFactory()
-
-
Method Details
-
createXMLEventWriter
public XMLEventWriter createXMLEventWriter(OutputStream out, String charset) throws XMLStreamException - Specified by:
createXMLEventWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(OutputStream out, String charset) throws XMLStreamException - Specified by:
createXMLStreamWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLStreamWriter
- Specified by:
createXMLStreamWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLStreamWriter
- Specified by:
createXMLStreamWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
createXMLStreamWriter
- Specified by:
createXMLStreamWriter
in classXMLOutputFactory
- Throws:
XMLStreamException
-
getProperty
- Specified by:
getProperty
in classXMLOutputFactory
- Throws:
IllegalArgumentException
-
isPropertySupported
- Specified by:
isPropertySupported
in classXMLOutputFactory
-
setProperty
- Specified by:
setProperty
in classXMLOutputFactory
- Throws:
IllegalArgumentException
-