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

Packages that use Xpp3Dom
com.thoughtworks.xstream.io.xml   
com.thoughtworks.xstream.io.xml.xppdom   
 

Uses of Xpp3Dom in com.thoughtworks.xstream.io.xml
 

Methods in com.thoughtworks.xstream.io.xml that return Xpp3Dom
 Xpp3Dom XppDomWriter.getConfiguration()
           
 

Constructors in com.thoughtworks.xstream.io.xml with parameters of type Xpp3Dom
XppDomReader(Xpp3Dom xpp3Dom)
           
XppDomReader(Xpp3Dom xpp3Dom, XmlFriendlyReplacer replacer)
           
XppDomWriter(Xpp3Dom parent)
           
XppDomWriter(Xpp3Dom parent, XmlFriendlyReplacer replacer)
           
 

Uses of Xpp3Dom in com.thoughtworks.xstream.io.xml.xppdom
 

Fields in com.thoughtworks.xstream.io.xml.xppdom declared as Xpp3Dom
protected  Xpp3Dom Xpp3Dom.parent
           
 

Methods in com.thoughtworks.xstream.io.xml.xppdom that return Xpp3Dom
static Xpp3Dom Xpp3DomBuilder.build(Reader reader)
           
 Xpp3Dom Xpp3Dom.getChild(int i)
           
 Xpp3Dom Xpp3Dom.getChild(String name)
           
 Xpp3Dom[] Xpp3Dom.getChildren()
           
 Xpp3Dom[] Xpp3Dom.getChildren(String name)
           
 Xpp3Dom Xpp3Dom.getParent()
           
 

Methods in com.thoughtworks.xstream.io.xml.xppdom with parameters of type Xpp3Dom
 void Xpp3Dom.addChild(Xpp3Dom xpp3Dom)
           
 void Xpp3Dom.setParent(Xpp3Dom parent)
           
 



Copyright © 2004-2007 XStream. All Rights Reserved.