Package org.codehaus.jettison.badgerfish
Class BadgerFishXMLOutputFactory
- java.lang.Object
-
- javax.xml.stream.XMLOutputFactory
-
- org.codehaus.jettison.AbstractXMLOutputFactory
-
- org.codehaus.jettison.badgerfish.BadgerFishXMLOutputFactory
-
public class BadgerFishXMLOutputFactory extends AbstractXMLOutputFactory
-
-
Constructor Summary
Constructors Constructor Description BadgerFishXMLOutputFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.stream.XMLStreamWriter
createXMLStreamWriter(java.io.Writer writer)
-
Methods inherited from class org.codehaus.jettison.AbstractXMLOutputFactory
createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, getProperty, isPropertySupported, setProperty
-
-
-
-
Method Detail
-
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.Writer writer) throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLStreamWriter
in classAbstractXMLOutputFactory
- Throws:
javax.xml.stream.XMLStreamException
-
-