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
public class BEAStaxDriver extends StaxDriver
Deprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead. BEA StAX implementation is outdated, unmaintained and has security issues.A driver using the BEA StAX implementation.- Since:
- 1.4
- Author:
- Jörg Schaible
-
-
Constructor Summary
Constructors Constructor Description BEAStaxDriver()
Deprecated.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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected javax.xml.stream.XMLInputFactory
createInputFactory()
Deprecated.protected javax.xml.stream.XMLOutputFactory
createOutputFactory()
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 Detail
-
BEAStaxDriver
public BEAStaxDriver()
Deprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead.
-
BEAStaxDriver
public BEAStaxDriver(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.6 useBEAStaxDriver(QNameMap, NameCoder)
-
BEAStaxDriver
public BEAStaxDriver(QNameMap qnameMap, NameCoder nameCoder)
Deprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead.- Since:
- 1.4.6
-
BEAStaxDriver
public BEAStaxDriver(QNameMap qnameMap)
Deprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead.
-
BEAStaxDriver
public BEAStaxDriver(XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.6 useBEAStaxDriver(NameCoder)
-
BEAStaxDriver
public BEAStaxDriver(NameCoder nameCoder)
Deprecated.As of 1.4.11 useStandardStaxDriver
orWstxDriver
instead.- Since:
- 1.4.6
-
-
Method Detail
-
createInputFactory
protected javax.xml.stream.XMLInputFactory createInputFactory()
Deprecated.- Overrides:
createInputFactory
in classStaxDriver
-
createOutputFactory
protected javax.xml.stream.XMLOutputFactory createOutputFactory()
Deprecated.- Overrides:
createOutputFactory
in classStaxDriver
-
-