Uses of Class
com.thoughtworks.xstream.io.xml.xppdom.XppDom
-
Packages that use XppDom Package Description com.thoughtworks.xstream.io.xml com.thoughtworks.xstream.io.xml.xppdom -
-
Uses of XppDom in com.thoughtworks.xstream.io.xml
Fields in com.thoughtworks.xstream.io.xml declared as XppDom Modifier and Type Field Description private XppDom
XppDomReader. currentElement
Methods in com.thoughtworks.xstream.io.xml that return XppDom Modifier and Type Method Description XppDom
XppDomWriter. getConfiguration()
private XppDom
XppDomWriter. top()
Constructors in com.thoughtworks.xstream.io.xml with parameters of type XppDom Constructor Description XppDomReader(XppDom xppDom)
XppDomReader(XppDom xppDom, NameCoder nameCoder)
XppDomReader(XppDom xppDom, XmlFriendlyReplacer replacer)
Deprecated.As of 1.4 useXppDomReader(XppDom, NameCoder)
instead.XppDomWriter(XppDom parent)
XppDomWriter(XppDom parent, NameCoder nameCoder)
XppDomWriter(XppDom parent, XmlFriendlyReplacer replacer)
Deprecated.As of 1.4 useXppDomWriter(XppDom, NameCoder)
instead. -
Uses of XppDom in com.thoughtworks.xstream.io.xml.xppdom
Subclasses of XppDom in com.thoughtworks.xstream.io.xml.xppdom Modifier and Type Class Description class
Xpp3Dom
Deprecated.As of 1.4, useXppDom
insteadFields in com.thoughtworks.xstream.io.xml.xppdom declared as XppDom Modifier and Type Field Description private XppDom
XppDom. parent
Methods in com.thoughtworks.xstream.io.xml.xppdom that return XppDom Modifier and Type Method Description static XppDom
XppDom. build(org.xmlpull.v1.XmlPullParser parser)
Build an XPP DOM hierarchy.static XppDom
XppFactory. buildDom(java.io.InputStream in, java.lang.String encoding)
Build an XPP DOM hierarchy from an InputStream.static XppDom
XppFactory. buildDom(java.io.Reader r)
Build an XPP DOM hierarchy from a Reader.static XppDom
XppFactory. buildDom(java.lang.String xml)
Build an XPP DOM hierarchy from a String.XppDom
XppDom. getChild(int i)
XppDom
XppDom. getChild(java.lang.String name)
XppDom[]
XppDom. getChildren()
XppDom[]
XppDom. getChildren(java.lang.String name)
XppDom
XppDom. getParent()
Methods in com.thoughtworks.xstream.io.xml.xppdom with parameters of type XppDom Modifier and Type Method Description void
XppDom. addChild(XppDom xpp3Dom)
private int
XppDomComparator. compareInternal(XppDom dom1, XppDom dom2, java.lang.StringBuffer xpath, int count)
void
XppDom. setParent(XppDom parent)
-