| Package | Description | 
|---|---|
| com.thoughtworks.xstream.io.xml | |
| com.thoughtworks.xstream.io.xml.xppdom | 
| Modifier and Type | Method and Description | 
|---|---|
XppDom | 
XppDomWriter.getConfiguration()  | 
| Constructor and Description | 
|---|
XppDomReader(XppDom xppDom)  | 
XppDomReader(XppDom xppDom,
            NameCoder nameCoder)  | 
XppDomReader(XppDom xppDom,
            XmlFriendlyReplacer replacer)
Deprecated. 
 
As of 1.4 use  
XppDomReader.XppDomReader(XppDom, NameCoder) instead. | 
XppDomWriter(XppDom parent)  | 
XppDomWriter(XppDom parent,
            NameCoder nameCoder)  | 
XppDomWriter(XppDom parent,
            XmlFriendlyReplacer replacer)
Deprecated. 
 
As of 1.4 use  
XppDomWriter.XppDomWriter(XppDom, NameCoder) instead. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Xpp3Dom
Deprecated. 
 
As of 1.4, use  
XppDom instead | 
| Modifier and Type | Method and Description | 
|---|---|
static XppDom | 
XppDom.build(XmlPullParser parser)
Build an XPP DOM hierarchy. 
 | 
static XppDom | 
XppFactory.buildDom(InputStream in,
        String encoding)
Build an XPP DOM hierarchy from an InputStream. 
 | 
static XppDom | 
XppFactory.buildDom(Reader r)
Build an XPP DOM hierarchy from a Reader. 
 | 
static XppDom | 
XppFactory.buildDom(String xml)
Build an XPP DOM hierarchy from a String. 
 | 
XppDom | 
XppDom.getChild(int i)  | 
XppDom | 
XppDom.getChild(String name)  | 
XppDom[] | 
XppDom.getChildren()  | 
XppDom[] | 
XppDom.getChildren(String name)  | 
XppDom | 
XppDom.getParent()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XppDom.addChild(XppDom xpp3Dom)  | 
void | 
XppDom.setParent(XppDom parent)  | 
Copyright © 2004–2016 XStream. All rights reserved.