Class Xpp3Dom
- java.lang.Object
-
- com.thoughtworks.xstream.io.xml.xppdom.XppDom
-
- com.thoughtworks.xstream.io.xml.xppdom.Xpp3Dom
-
- All Implemented Interfaces:
java.io.Serializable
public class Xpp3Dom extends XppDom
Deprecated.As of 1.4, useXppDom
insteadSimple Document Object Model for XmlPullParser implementations.- See Also:
- Serialized Form
-
-
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, readResolve, setAttribute, setParent, setValue
-
-
-
-
Constructor Detail
-
Xpp3Dom
public Xpp3Dom(java.lang.String name)
Deprecated.As of 1.4, useXppDom
instead
-
-