com.thoughtworks.xstream.io.xml
Class SjsxpDriver

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.SjsxpDriver
All Implemented Interfaces:
HierarchicalStreamDriver

public class SjsxpDriver
extends StaxDriver

A driver using the JDK 6 StAX implementation of Sun.

Since:
1.4
Author:
Jörg Schaible

Constructor Summary
SjsxpDriver()
           
SjsxpDriver(QNameMap qnameMap)
           
SjsxpDriver(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder)
           
SjsxpDriver(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

SjsxpDriver

public SjsxpDriver()

SjsxpDriver

public SjsxpDriver(QNameMap qnameMap,
                   XmlFriendlyNameCoder nameCoder)

SjsxpDriver

public SjsxpDriver(QNameMap qnameMap)

SjsxpDriver

public SjsxpDriver(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.