Class StAXOutputFactory
- java.lang.Object
-
- javax.xml.stream.XMLOutputFactory
-
- com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
-
public class StAXOutputFactory extends javax.xml.stream.XMLOutputFactory
-
-
Field Summary
Fields Modifier and Type Field Description private StAXManager
_manager
-
Constructor Summary
Constructors Constructor Description StAXOutputFactory()
Creates a new instance of StAXOutputFactory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.stream.XMLEventWriter
createXMLEventWriter(java.io.OutputStream outputStream)
javax.xml.stream.XMLEventWriter
createXMLEventWriter(java.io.OutputStream outputStream, java.lang.String encoding)
javax.xml.stream.XMLEventWriter
createXMLEventWriter(java.io.Writer writer)
javax.xml.stream.XMLEventWriter
createXMLEventWriter(javax.xml.transform.Result result)
javax.xml.stream.XMLStreamWriter
createXMLStreamWriter(java.io.OutputStream outputStream)
javax.xml.stream.XMLStreamWriter
createXMLStreamWriter(java.io.OutputStream outputStream, java.lang.String encoding)
javax.xml.stream.XMLStreamWriter
createXMLStreamWriter(java.io.Writer writer)
this is assumed that user wants to write the file in xml formatjavax.xml.stream.XMLStreamWriter
createXMLStreamWriter(javax.xml.transform.Result result)
java.lang.Object
getProperty(java.lang.String name)
boolean
isPropertySupported(java.lang.String name)
void
setProperty(java.lang.String name, java.lang.Object value)
-
-
-
Field Detail
-
_manager
private StAXManager _manager
-
-
Method Detail
-
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(javax.xml.transform.Result result) throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLEventWriter
in 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:
createXMLEventWriter
in classjavax.xml.stream.XMLOutputFactory
- Throws:
javax.xml.stream.XMLStreamException
-
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream outputStream) throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLEventWriter
in classjavax.xml.stream.XMLOutputFactory
- Throws:
javax.xml.stream.XMLStreamException
-
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream outputStream, java.lang.String encoding) throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLEventWriter
in 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:
createXMLStreamWriter
in classjavax.xml.stream.XMLOutputFactory
- Throws:
javax.xml.stream.XMLStreamException
-
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.Writer writer) throws javax.xml.stream.XMLStreamException
this is assumed that user wants to write the file in xml format- Specified by:
createXMLStreamWriter
in classjavax.xml.stream.XMLOutputFactory
- Throws:
javax.xml.stream.XMLStreamException
-
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream outputStream) throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLStreamWriter
in classjavax.xml.stream.XMLOutputFactory
- Throws:
javax.xml.stream.XMLStreamException
-
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream outputStream, java.lang.String encoding) throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLStreamWriter
in classjavax.xml.stream.XMLOutputFactory
- Throws:
javax.xml.stream.XMLStreamException
-
getProperty
public java.lang.Object getProperty(java.lang.String name) throws java.lang.IllegalArgumentException
- Specified by:
getProperty
in classjavax.xml.stream.XMLOutputFactory
- Throws:
java.lang.IllegalArgumentException
-
isPropertySupported
public boolean isPropertySupported(java.lang.String name)
- Specified by:
isPropertySupported
in classjavax.xml.stream.XMLOutputFactory
-
setProperty
public void setProperty(java.lang.String name, java.lang.Object value) throws java.lang.IllegalArgumentException
- Specified by:
setProperty
in classjavax.xml.stream.XMLOutputFactory
- Throws:
java.lang.IllegalArgumentException
-
-