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 useStandardStaxDriverorWstxDriverinstead. BEA StAX implementation is outdated, unmaintained and has security issues.A driver using the BEA StAX implementation.- Since:
- 1.4
-
-
Constructor Summary
Constructors Constructor Description BEAStaxDriver()Deprecated.As of 1.4.11 useStandardStaxDriverorWstxDriverinstead.BEAStaxDriver(NameCoder nameCoder)Deprecated.As of 1.4.11 useStandardStaxDriverorWstxDriverinstead.BEAStaxDriver(QNameMap qnameMap)Deprecated.As of 1.4.11 useStandardStaxDriverorWstxDriverinstead.BEAStaxDriver(QNameMap qnameMap, NameCoder nameCoder)Deprecated.As of 1.4.11 useStandardStaxDriverorWstxDriverinstead.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.XMLInputFactorycreateInputFactory()Deprecated.protected javax.xml.stream.XMLOutputFactorycreateOutputFactory()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 useStandardStaxDriverorWstxDriverinstead.
-
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 useStandardStaxDriverorWstxDriverinstead.- Since:
- 1.4.6
-
BEAStaxDriver
public BEAStaxDriver(QNameMap qnameMap)
Deprecated.As of 1.4.11 useStandardStaxDriverorWstxDriverinstead.
-
BEAStaxDriver
public BEAStaxDriver(XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.6 useBEAStaxDriver(NameCoder)
-
BEAStaxDriver
public BEAStaxDriver(NameCoder nameCoder)
Deprecated.As of 1.4.11 useStandardStaxDriverorWstxDriverinstead.- Since:
- 1.4.6
-
-
Method Detail
-
createInputFactory
protected javax.xml.stream.XMLInputFactory createInputFactory()
Deprecated.- Overrides:
createInputFactoryin classStaxDriver
-
createOutputFactory
protected javax.xml.stream.XMLOutputFactory createOutputFactory()
Deprecated.- Overrides:
createOutputFactoryin classStaxDriver
-
-