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
-
-
Field Summary
-
Fields inherited from class javax.xml.stream.XMLOutputFactory
IS_REPAIRING_NAMESPACES
-
-
Constructor Summary
Constructors Constructor Description BadgerFishXMLOutputFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLStreamWriter
createXMLStreamWriter(Writer writer)
-
Methods inherited from class org.codehaus.jettison.AbstractXMLOutputFactory
createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, getProperty, isPropertySupported, setProperty
-
Methods inherited from class javax.xml.stream.XMLOutputFactory
newInstance, newInstance
-
-
-
-
Method Detail
-
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(Writer writer) throws XMLStreamException
- Specified by:
createXMLStreamWriter
in classAbstractXMLOutputFactory
- Throws:
XMLStreamException
-
-