Package com.thoughtworks.xstream.io.xml
Class SjsxpDriver
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.SjsxpDriver
- All Implemented Interfaces:
HierarchicalStreamDriver
Deprecated.
A driver using the JDK 6 StAX implementation of Sun.
- Since:
- 1.4
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.As of 1.4.5 useStandardStaxDriver()
SjsxpDriver
(QNameMap qnameMap) Deprecated.As of 1.4.5 useStandardStaxDriver(QNameMap)
SjsxpDriver
(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder) Deprecated.As of 1.4.5 useStandardStaxDriver(QNameMap, XmlFriendlyNameCoder)
SjsxpDriver
(XmlFriendlyNameCoder nameCoder) Deprecated.As of 1.4.5 useStandardStaxDriver(XmlFriendlyNameCoder)
-
Method Summary
Modifier and TypeMethodDescriptionprotected XMLInputFactory
Deprecated.As of 1.4.5 useStandardStaxDriver.createInputFactory()
protected XMLOutputFactory
Deprecated.As of 1.4.5 useStandardStaxDriver.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 Details
-
SjsxpDriver
public SjsxpDriver()Deprecated.As of 1.4.5 useStandardStaxDriver()
-
SjsxpDriver
Deprecated.As of 1.4.5 useStandardStaxDriver(QNameMap, XmlFriendlyNameCoder)
-
SjsxpDriver
Deprecated.As of 1.4.5 useStandardStaxDriver(QNameMap)
-
SjsxpDriver
Deprecated.As of 1.4.5 useStandardStaxDriver(XmlFriendlyNameCoder)
-
-
Method Details
-
createInputFactory
Deprecated.As of 1.4.5 useStandardStaxDriver.createInputFactory()
- Overrides:
createInputFactory
in classStaxDriver
-
createOutputFactory
Deprecated.As of 1.4.5 useStandardStaxDriver.createOutputFactory()
- Overrides:
createOutputFactory
in classStaxDriver
-
StandardStaxDriver