com.thoughtworks.xstream.io.xml
Class BEAStaxDriver

java.lang.Object
  extended by com.thoughtworks.xstream.io.AbstractDriver
      extended by com.thoughtworks.xstream.io.xml.AbstractXmlDriver
          extended by com.thoughtworks.xstream.io.xml.StaxDriver
              extended by 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
BEAStaxDriver()
           
BEAStaxDriver(QNameMap qnameMap)
           
BEAStaxDriver(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder)
           
BEAStaxDriver(XmlFriendlyNameCoder nameCoder)
           
 
Method Summary
protected  XMLInputFactory createInputFactory()
           
protected  XMLOutputFactory createOutputFactory()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BEAStaxDriver

public BEAStaxDriver()

BEAStaxDriver

public BEAStaxDriver(QNameMap qnameMap,
                     XmlFriendlyNameCoder nameCoder)

BEAStaxDriver

public BEAStaxDriver(QNameMap qnameMap)

BEAStaxDriver

public BEAStaxDriver(XmlFriendlyNameCoder nameCoder)
Method Detail

createInputFactory

protected XMLInputFactory createInputFactory()
Overrides:
createInputFactory in class StaxDriver

createOutputFactory

protected XMLOutputFactory createOutputFactory()
Overrides:
createOutputFactory in class StaxDriver


Copyright © 2004-2014 XStream. All Rights Reserved.