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

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

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

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

Constructors in com.thoughtworks.xstream.io.xml with parameters of type XppDom
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.
 

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

Subclasses of XppDom in com.thoughtworks.xstream.io.xml.xppdom
 class Xpp3Dom
          Deprecated. As of 1.4, use XppDom instead
 

Methods in com.thoughtworks.xstream.io.xml.xppdom that return XppDom
static XppDom XppDom.build(org.xmlpull.v1.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()
           
 

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



Copyright © 2004-2014 XStream. All Rights Reserved.