public class StandardStaxDriver extends StaxDriver
In contrast to XMLInputFactory.newFactory() or XMLOutputFactory.newFactory() this implementation will ignore any implementations provided with the system properties javax.xml.stream.XMLInputFactory and javax.xml.stream.XMLOutputFactory, all implementations configured in lib/stax.properties or registered with the Service API.
| Constructor and Description | 
|---|
StandardStaxDriver()  | 
StandardStaxDriver(NameCoder nameCoder)  | 
StandardStaxDriver(QNameMap qnameMap)  | 
StandardStaxDriver(QNameMap qnameMap,
                  NameCoder nameCoder)  | 
StandardStaxDriver(QNameMap qnameMap,
                  XmlFriendlyNameCoder nameCoder)
Deprecated. 
 
As of 1.4.6 use  
StandardStaxDriver(QNameMap, NameCoder) | 
StandardStaxDriver(XmlFriendlyNameCoder nameCoder)
Deprecated. 
 
As of 1.4.6 use  
StandardStaxDriver(NameCoder) | 
| Modifier and Type | Method and Description | 
|---|---|
protected XMLInputFactory | 
createInputFactory()  | 
protected XMLOutputFactory | 
createOutputFactory()  | 
createParser, createParser, createParser, createReader, createReader, createReader, createReader, createStaxReader, createStaxWriter, createStaxWriter, createWriter, createWriter, getInputFactory, getOutputFactory, getQnameMap, isRepairingNamespace, setQnameMap, setRepairingNamespacexmlFriendlyReplacergetNameCoderpublic StandardStaxDriver()
public StandardStaxDriver(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder)
StandardStaxDriver(QNameMap, NameCoder)public StandardStaxDriver(QNameMap qnameMap)
public StandardStaxDriver(XmlFriendlyNameCoder nameCoder)
StandardStaxDriver(NameCoder)public StandardStaxDriver(NameCoder nameCoder)
protected XMLInputFactory createInputFactory()
createInputFactory in class StaxDriverprotected XMLOutputFactory createOutputFactory()
createOutputFactory in class StaxDriverCopyright © 2004–2016 XStream. All rights reserved.