Package 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
-
-
Constructor Summary
Constructors Constructor Description WstxDriver()
WstxDriver(NameCoder nameCoder)
WstxDriver(QNameMap qnameMap)
WstxDriver(QNameMap qnameMap, NameCoder nameCoder)
WstxDriver(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.6 useWstxDriver(QNameMap, NameCoder)
WstxDriver(XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.6 useWstxDriver(NameCoder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.xml.stream.XMLInputFactory
createInputFactory()
protected javax.xml.stream.XMLOutputFactory
createOutputFactory()
-
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 com.thoughtworks.xstream.io.xml.AbstractXmlDriver
xmlFriendlyReplacer
-
Methods inherited from class com.thoughtworks.xstream.io.AbstractDriver
getNameCoder
-
-
-
-
Constructor Detail
-
WstxDriver
public WstxDriver()
-
WstxDriver
public WstxDriver(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.6 useWstxDriver(QNameMap, NameCoder)
-
WstxDriver
public WstxDriver(QNameMap qnameMap)
-
WstxDriver
public WstxDriver(XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.6 useWstxDriver(NameCoder)
-
WstxDriver
public WstxDriver(NameCoder nameCoder)
- Since:
- 1.4.6
-
-
Method Detail
-
createInputFactory
protected javax.xml.stream.XMLInputFactory createInputFactory()
- Overrides:
createInputFactory
in classStaxDriver
-
createOutputFactory
protected javax.xml.stream.XMLOutputFactory createOutputFactory()
- Overrides:
createOutputFactory
in classStaxDriver
-
-