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 XppDomXppDomReader. currentElementMethods in com.thoughtworks.xstream.io.xml that return XppDom Modifier and Type Method Description XppDomXppDomWriter. getConfiguration()private XppDomXppDomWriter. 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 classXpp3DomDeprecated.As of 1.4, useXppDominsteadFields in com.thoughtworks.xstream.io.xml.xppdom declared as XppDom Modifier and Type Field Description private XppDomXppDom. parentMethods in com.thoughtworks.xstream.io.xml.xppdom that return XppDom Modifier and Type Method Description static XppDomXppDom. build(org.xmlpull.v1.XmlPullParser parser)Build an XPP DOM hierarchy.static XppDomXppFactory. buildDom(java.io.InputStream in, java.lang.String encoding)Build an XPP DOM hierarchy from an InputStream.static XppDomXppFactory. buildDom(java.io.Reader r)Build an XPP DOM hierarchy from a Reader.static XppDomXppFactory. buildDom(java.lang.String xml)Build an XPP DOM hierarchy from a String.XppDomXppDom. getChild(int i)XppDomXppDom. getChild(java.lang.String name)XppDom[]XppDom. getChildren()XppDom[]XppDom. getChildren(java.lang.String name)XppDomXppDom. getParent()Methods in com.thoughtworks.xstream.io.xml.xppdom with parameters of type XppDom Modifier and Type Method Description voidXppDom. addChild(XppDom xpp3Dom)private intXppDomComparator. compareInternal(XppDom dom1, XppDom dom2, java.lang.StringBuffer xpath, int count)voidXppDom. setParent(XppDom parent)
-