Class AbstractXMLOutputFactory
java.lang.Object
javax.xml.stream.XMLOutputFactory
org.codehaus.jettison.AbstractXMLOutputFactory
- Direct Known Subclasses:
BadgerFishXMLOutputFactory, MappedXMLOutputFactory
-
Field Summary
Fields inherited from class 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 XMLStreamWritercreateXMLStreamWriter(Writer writer) createXMLStreamWriter(Result result) getProperty(String arg0) booleanisPropertySupported(String arg0) voidsetProperty(String arg0, Object arg1) Methods inherited from class XMLOutputFactory
newFactory, newFactory, newInstance, newInstance
-
Constructor Details
-
AbstractXMLOutputFactory
public AbstractXMLOutputFactory()
-
-
Method Details
-
createXMLEventWriter
public XMLEventWriter createXMLEventWriter(OutputStream out, String charset) throws XMLStreamException - Specified by:
createXMLEventWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLEventWriter
- Specified by:
createXMLEventWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(OutputStream out, String charset) throws XMLStreamException - Specified by:
createXMLStreamWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLStreamWriter
- Specified by:
createXMLStreamWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLStreamWriter
- Specified by:
createXMLStreamWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
createXMLStreamWriter
- Specified by:
createXMLStreamWriterin classXMLOutputFactory- Throws:
XMLStreamException
-
getProperty
- Specified by:
getPropertyin classXMLOutputFactory- Throws:
IllegalArgumentException
-
isPropertySupported
- Specified by:
isPropertySupportedin classXMLOutputFactory
-
setProperty
- Specified by:
setPropertyin classXMLOutputFactory- Throws:
IllegalArgumentException
-