StandardStaxDriver
or WstxDriver
instead. BEA StAX implementation is
outdated, unmaintained and has security issues.public class BEAStaxDriver extends StaxDriver
Constructor and Description |
---|
BEAStaxDriver()
Deprecated.
As of 1.4.11 use
StandardStaxDriver or WstxDriver instead. |
BEAStaxDriver(NameCoder nameCoder)
Deprecated.
As of 1.4.11 use
StandardStaxDriver or WstxDriver instead. |
BEAStaxDriver(QNameMap qnameMap)
Deprecated.
As of 1.4.11 use
StandardStaxDriver or WstxDriver instead. |
BEAStaxDriver(QNameMap qnameMap,
NameCoder nameCoder)
Deprecated.
As of 1.4.11 use
StandardStaxDriver or WstxDriver instead. |
BEAStaxDriver(QNameMap qnameMap,
XmlFriendlyNameCoder nameCoder)
Deprecated.
As of 1.4.6 use
BEAStaxDriver(QNameMap, NameCoder) |
BEAStaxDriver(XmlFriendlyNameCoder nameCoder)
Deprecated.
As of 1.4.6 use
BEAStaxDriver(NameCoder) |
Modifier and Type | Method and Description |
---|---|
protected javax.xml.stream.XMLInputFactory |
createInputFactory()
Deprecated.
|
protected javax.xml.stream.XMLOutputFactory |
createOutputFactory()
Deprecated.
|
createParser, createParser, createParser, createReader, createReader, createReader, createReader, createStaxReader, createStaxWriter, createStaxWriter, createWriter, createWriter, getInputFactory, getOutputFactory, getQnameMap, isRepairingNamespace, setQnameMap, setRepairingNamespace
xmlFriendlyReplacer
getNameCoder
public BEAStaxDriver()
StandardStaxDriver
or WstxDriver
instead.public BEAStaxDriver(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder)
BEAStaxDriver(QNameMap, NameCoder)
public BEAStaxDriver(QNameMap qnameMap, NameCoder nameCoder)
StandardStaxDriver
or WstxDriver
instead.public BEAStaxDriver(QNameMap qnameMap)
StandardStaxDriver
or WstxDriver
instead.public BEAStaxDriver(XmlFriendlyNameCoder nameCoder)
BEAStaxDriver(NameCoder)
public BEAStaxDriver(NameCoder nameCoder)
StandardStaxDriver
or WstxDriver
instead.protected javax.xml.stream.XMLInputFactory createInputFactory()
createInputFactory
in class StaxDriver
protected javax.xml.stream.XMLOutputFactory createOutputFactory()
createOutputFactory
in class StaxDriver
Copyright © 2004–2021 XStream. All rights reserved.