Package org.codehaus.jettison
Class AbstractXMLOutputFactory
- java.lang.Object
-
- javax.xml.stream.XMLOutputFactory
-
- org.codehaus.jettison.AbstractXMLOutputFactory
-
- Direct Known Subclasses:
BadgerFishXMLOutputFactory,MappedXMLOutputFactory
public abstract class AbstractXMLOutputFactory extends javax.xml.stream.XMLOutputFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractXMLOutputFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description javax.xml.stream.XMLEventWritercreateXMLEventWriter(java.io.OutputStream out)javax.xml.stream.XMLEventWritercreateXMLEventWriter(java.io.OutputStream out, java.lang.String charset)javax.xml.stream.XMLEventWritercreateXMLEventWriter(java.io.Writer writer)javax.xml.stream.XMLEventWritercreateXMLEventWriter(javax.xml.transform.Result result)javax.xml.stream.XMLStreamWritercreateXMLStreamWriter(java.io.OutputStream out)javax.xml.stream.XMLStreamWritercreateXMLStreamWriter(java.io.OutputStream out, java.lang.String charset)abstract javax.xml.stream.XMLStreamWritercreateXMLStreamWriter(java.io.Writer writer)javax.xml.stream.XMLStreamWritercreateXMLStreamWriter(javax.xml.transform.Result result)java.lang.ObjectgetProperty(java.lang.String arg0)booleanisPropertySupported(java.lang.String arg0)voidsetProperty(java.lang.String arg0, java.lang.Object arg1)
-
-
-
Method Detail
-
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream out, java.lang.String charset) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLEventWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream out) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLEventWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(javax.xml.transform.Result result) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLEventWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.Writer writer) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLEventWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream out, java.lang.String charset) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLStreamWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream out) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLStreamWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(javax.xml.transform.Result result) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLStreamWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
createXMLStreamWriter
public abstract javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.Writer writer) throws javax.xml.stream.XMLStreamException- Specified by:
createXMLStreamWriterin classjavax.xml.stream.XMLOutputFactory- Throws:
javax.xml.stream.XMLStreamException
-
getProperty
public java.lang.Object getProperty(java.lang.String arg0) throws java.lang.IllegalArgumentException- Specified by:
getPropertyin classjavax.xml.stream.XMLOutputFactory- Throws:
java.lang.IllegalArgumentException
-
isPropertySupported
public boolean isPropertySupported(java.lang.String arg0)
- Specified by:
isPropertySupportedin classjavax.xml.stream.XMLOutputFactory
-
setProperty
public void setProperty(java.lang.String arg0, java.lang.Object arg1) throws java.lang.IllegalArgumentException- Specified by:
setPropertyin classjavax.xml.stream.XMLOutputFactory- Throws:
java.lang.IllegalArgumentException
-
-