Uses of Class
com.thoughtworks.xstream.io.xml.xppdom.XppDom
Packages that use XppDom
-
Uses of XppDom in com.thoughtworks.xstream.io.xml
Methods in com.thoughtworks.xstream.io.xml that return XppDomConstructors 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.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 XppDom
XppDomReader(XppDom, NameCoder)instead.