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
public class SjsxpDriver extends StaxDriver
Deprecated.As of 1.4.5 useStandardStaxDriverA driver using the JDK 6 StAX implementation of Sun.- Since:
- 1.4
-
-
Constructor Summary
Constructors Constructor Description SjsxpDriver()Deprecated.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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected javax.xml.stream.XMLInputFactorycreateInputFactory()Deprecated.As of 1.4.5 useStandardStaxDriver.createInputFactory()protected javax.xml.stream.XMLOutputFactorycreateOutputFactory()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 Detail
-
SjsxpDriver
public SjsxpDriver()
Deprecated.As of 1.4.5 useStandardStaxDriver()
-
SjsxpDriver
public SjsxpDriver(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.5 useStandardStaxDriver(QNameMap, XmlFriendlyNameCoder)
-
SjsxpDriver
public SjsxpDriver(QNameMap qnameMap)
Deprecated.As of 1.4.5 useStandardStaxDriver(QNameMap)
-
SjsxpDriver
public SjsxpDriver(XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.5 useStandardStaxDriver(XmlFriendlyNameCoder)
-
-
Method Detail
-
createInputFactory
protected javax.xml.stream.XMLInputFactory createInputFactory()
Deprecated.As of 1.4.5 useStandardStaxDriver.createInputFactory()- Overrides:
createInputFactoryin classStaxDriver
-
createOutputFactory
protected javax.xml.stream.XMLOutputFactory createOutputFactory()
Deprecated.As of 1.4.5 useStandardStaxDriver.createOutputFactory()- Overrides:
createOutputFactoryin classStaxDriver
-
-