Package com.thoughtworks.xstream.io.xml
Class BEAStaxDriver
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.BEAStaxDriver
- All Implemented Interfaces:
HierarchicalStreamDriver
Deprecated.
A driver using the BEA StAX implementation.
- Since:
- 1.4
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead.BEAStaxDriver
(NameCoder nameCoder) Deprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead.BEAStaxDriver
(QNameMap qnameMap) Deprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead.BEAStaxDriver
(QNameMap qnameMap, NameCoder nameCoder) Deprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead.BEAStaxDriver
(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder) Deprecated.As of 1.4.6 useBEAStaxDriver(QNameMap, NameCoder)
BEAStaxDriver
(XmlFriendlyNameCoder nameCoder) Deprecated.As of 1.4.6 useBEAStaxDriver(NameCoder)
-
Method Summary
Modifier and TypeMethodDescriptionprotected XMLInputFactory
Deprecated.protected XMLOutputFactory
Deprecated.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
-
BEAStaxDriver
public BEAStaxDriver()Deprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead. -
BEAStaxDriver
Deprecated.As of 1.4.6 useBEAStaxDriver(QNameMap, NameCoder)
-
BEAStaxDriver
Deprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead.- Since:
- 1.4.6
-
BEAStaxDriver
Deprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead. -
BEAStaxDriver
Deprecated.As of 1.4.6 useBEAStaxDriver(NameCoder)
-
BEAStaxDriver
Deprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead.- Since:
- 1.4.6
-
-
Method Details
-
createInputFactory
Deprecated.- Overrides:
createInputFactory
in classStaxDriver
-
createOutputFactory
Deprecated.- Overrides:
createOutputFactory
in classStaxDriver
-
StandardStaxDriver
orWstxDriver
instead. BEA StAX implementation is outdated, unmaintained and has security issues.