com.thoughtworks.xstream.io.xml
Class Xpp3DomDriver

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.AbstractXppDomDriver
              extended by com.thoughtworks.xstream.io.xml.Xpp3DomDriver
All Implemented Interfaces:
HierarchicalStreamDriver

public class Xpp3DomDriver
extends AbstractXppDomDriver

A HierarchicalStreamDriver for XPP DOM using the Xpp3 parser.

Since:
1.4
Author:
Jörg Schaible

Constructor Summary
Xpp3DomDriver()
          Construct an Xpp3DomDriver.
Xpp3DomDriver(NameCoder nameCoder)
          Construct an Xpp3DomDriver.
 
Method Summary
protected  org.xmlpull.v1.XmlPullParser createParser()
          Create the parser of the XPP implementation.
 
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXppDomDriver
createReader, createReader, createWriter, createWriter
 
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
xmlFriendlyReplacer
 
Methods inherited from class com.thoughtworks.xstream.io.AbstractDriver
createReader, createReader, getNameCoder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xpp3DomDriver

public Xpp3DomDriver()
Construct an Xpp3DomDriver.

Since:
1.4

Xpp3DomDriver

public Xpp3DomDriver(NameCoder nameCoder)
Construct an Xpp3DomDriver.

Parameters:
nameCoder - the replacer for XML friendly names
Since:
1.4
Method Detail

createParser

protected org.xmlpull.v1.XmlPullParser createParser()
Create the parser of the XPP implementation.

Specified by:
createParser in class AbstractXppDomDriver


Copyright © 2004-2014 XStream. All Rights Reserved.