com.thoughtworks.xstream.io.xml.xppdom
Class Xpp3Dom

java.lang.Object
  extended by com.thoughtworks.xstream.io.xml.xppdom.XppDom
      extended by com.thoughtworks.xstream.io.xml.xppdom.Xpp3Dom
All Implemented Interfaces:
Serializable

Deprecated. As of 1.4, use XppDom instead

public class Xpp3Dom
extends XppDom

Simple Document Object Model for XmlPullParser implementations.

Author:
Jason van Zyl, Joe Walnes, Jörg Schaible
See Also:
Serialized Form

Constructor Summary
Xpp3Dom(String name)
          Deprecated. As of 1.4, use XppDom instead
 
Method Summary
 
Methods inherited from class com.thoughtworks.xstream.io.xml.xppdom.XppDom
addChild, build, getAttribute, getAttributeNames, getChild, getChild, getChildCount, getChildren, getChildren, getName, getParent, getValue, setAttribute, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xpp3Dom

public Xpp3Dom(String name)
Deprecated. As of 1.4, use XppDom instead



Copyright © 2004-2014 XStream. All Rights Reserved.