Uses of Class
com.thoughtworks.xstream.io.xml.xppdom.XppDom
Packages that use XppDom
-
Uses of XppDom in com.thoughtworks.xstream.io.xml
Fields in com.thoughtworks.xstream.io.xml declared as XppDomMethods in com.thoughtworks.xstream.io.xml that return XppDomModifier and TypeMethodDescriptionXppDomWriter.getConfiguration()private XppDomXppDomWriter.top()Constructors in com.thoughtworks.xstream.io.xml with parameters of type XppDomModifierConstructorDescriptionXppDomReader(XppDom xppDom) XppDomReader(XppDom xppDom, NameCoder nameCoder) XppDomReader(XppDom xppDom, XmlFriendlyReplacer replacer) Deprecated.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.xppdomFields in com.thoughtworks.xstream.io.xml.xppdom declared as XppDomMethods in com.thoughtworks.xstream.io.xml.xppdom that return XppDomModifier and TypeMethodDescriptionstatic XppDomXppDom.build(org.xmlpull.v1.XmlPullParser parser) Build an XPP DOM hierarchy.static XppDomXppFactory.buildDom(InputStream in, String encoding) Build an XPP DOM hierarchy from an InputStream.static XppDomBuild an XPP DOM hierarchy from a Reader.static XppDomBuild an XPP DOM hierarchy from a String.XppDom.getChild(int i) XppDom[]XppDom.getChildren()XppDom[]XppDom.getChildren(String name) XppDom.getParent()Methods in com.thoughtworks.xstream.io.xml.xppdom with parameters of type XppDomModifier and TypeMethodDescriptionvoidprivate intXppDomComparator.compareInternal(XppDom dom1, XppDom dom2, StringBuffer xpath, int count) void
XppDomReader(XppDom, NameCoder)instead.