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
A driver using the Woodstox StAX implementation.
- Since:
- 1.4
-
Constructor Summary
ConstructorsConstructorDescriptionWstxDriver
(NameCoder nameCoder) WstxDriver
(QNameMap qnameMap) WstxDriver
(QNameMap qnameMap, NameCoder nameCoder) WstxDriver
(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder) Deprecated.WstxDriver
(XmlFriendlyNameCoder nameCoder) Deprecated.As of 1.4.6 useWstxDriver(NameCoder)
-
Method Summary
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 Details
-
WstxDriver
public WstxDriver() -
WstxDriver
Deprecated.As of 1.4.6 useWstxDriver(QNameMap, NameCoder)
-
WstxDriver
- Since:
- 1.4.6
-
WstxDriver
-
WstxDriver
Deprecated.As of 1.4.6 useWstxDriver(NameCoder)
-
WstxDriver
- Since:
- 1.4.6
-
-
Method Details
-
createInputFactory
- Overrides:
createInputFactory
in classStaxDriver
-
createOutputFactory
- Overrides:
createOutputFactory
in classStaxDriver
-
WstxDriver(QNameMap, NameCoder)