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
A driver using the BEA StAX implementation.- Since:
- 1.4
- Author:
- Jörg Schaible
-
-
Constructor Summary
Constructors Constructor Description BEAStaxDriver()BEAStaxDriver(NameCoder nameCoder)BEAStaxDriver(QNameMap qnameMap)BEAStaxDriver(QNameMap qnameMap, NameCoder nameCoder)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 Modifier and Type Method Description protected javax.xml.stream.XMLInputFactorycreateInputFactory()protected javax.xml.stream.XMLOutputFactorycreateOutputFactory()-
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()
-
BEAStaxDriver
public BEAStaxDriver(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.6 useBEAStaxDriver(QNameMap, NameCoder)
-
BEAStaxDriver
public BEAStaxDriver(QNameMap qnameMap)
-
BEAStaxDriver
public BEAStaxDriver(XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.6 useBEAStaxDriver(NameCoder)
-
BEAStaxDriver
public BEAStaxDriver(NameCoder nameCoder)
- Since:
- 1.4.6
-
-
Method Detail
-
createInputFactory
protected javax.xml.stream.XMLInputFactory createInputFactory()
- Overrides:
createInputFactoryin classStaxDriver
-
createOutputFactory
protected javax.xml.stream.XMLOutputFactory createOutputFactory()
- Overrides:
createOutputFactoryin classStaxDriver
-
-