javanet.staxutils
Class OutputFactory
java.lang.Object
javax.xml.stream.XMLOutputFactory
javanet.staxutils.BaseXMLOutputFactory
javanet.staxutils.OutputFactory
public class OutputFactory
- extends BaseXMLOutputFactory
XMLOutputFactory implementation based on stax-utils code base.
- Version:
- $Revision: 1.2 $
- Author:
- Christian Niles
| Methods inherited from class javanet.staxutils.BaseXMLOutputFactory |
createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, getProperty, isPropertySupported, setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputFactory
public OutputFactory()
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(Writer stream)
throws XMLStreamException
- Specified by:
createXMLStreamWriter in class XMLOutputFactory
- Throws:
XMLStreamException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.