com.thoughtworks.xstream.io.xml
Class WstxDriver
java.lang.Object
com.thoughtworks.xstream.io.AbstractDriver
com.thoughtworks.xstream.io.xml.AbstractXmlDriver
com.thoughtworks.xstream.io.xml.StaxDriver
com.thoughtworks.xstream.io.xml.WstxDriver
- All Implemented Interfaces:
- HierarchicalStreamDriver
public class WstxDriver
- extends StaxDriver
A driver using the Woodstox StAX implementation.
- Since:
- 1.4
- Author:
- Jörg Schaible
Methods inherited from class com.thoughtworks.xstream.io.xml.StaxDriver |
createParser, createParser, createParser, createReader, createReader, createReader, createReader, createStaxReader, createStaxWriter, createStaxWriter, createWriter, createWriter, getInputFactory, getOutputFactory, getQnameMap, isRepairingNamespace, setQnameMap, setRepairingNamespace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WstxDriver
public WstxDriver()
WstxDriver
public WstxDriver(QNameMap qnameMap,
XmlFriendlyNameCoder nameCoder)
WstxDriver
public WstxDriver(QNameMap qnameMap)
WstxDriver
public WstxDriver(XmlFriendlyNameCoder nameCoder)
createInputFactory
protected XMLInputFactory createInputFactory()
- Overrides:
createInputFactory
in class StaxDriver
createOutputFactory
protected XMLOutputFactory createOutputFactory()
- Overrides:
createOutputFactory
in class StaxDriver
Copyright © 2004-2014 XStream. All Rights Reserved.