public class

XppDomReader

extends AbstractDocumentReader
java.lang.Object
   ↳ com.thoughtworks.xstream.io.xml.AbstractXmlReader
     ↳ com.thoughtworks.xstream.io.xml.AbstractDocumentReader
       ↳ com.thoughtworks.xstream.io.xml.XppDomReader

Summary

Public Constructors
XppDomReader(Xpp3Dom xpp3Dom)
XppDomReader(Xpp3Dom xpp3Dom, XmlFriendlyReplacer replacer)
Public Methods
String getAttribute(String attributeName)
String getAttribute(int index)
int getAttributeCount()
String getAttributeName(int index)
String getNodeName()
String getValue()
Protected Methods
Object getChild(int index)
int getChildCount()
Object getParent()
void reassignCurrentElement(Object current)
[Expand]
Inherited Methods
From class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
From class com.thoughtworks.xstream.io.xml.AbstractXmlReader
From class java.lang.Object
From interface com.thoughtworks.xstream.io.HierarchicalStreamReader
From interface com.thoughtworks.xstream.io.xml.DocumentReader
From interface com.thoughtworks.xstream.io.xml.XmlFriendlyReader

Public Constructors

public XppDomReader (Xpp3Dom xpp3Dom)

public XppDomReader (Xpp3Dom xpp3Dom, XmlFriendlyReplacer replacer)

Public Methods

public String getAttribute (String attributeName)

public String getAttribute (int index)

public int getAttributeCount ()

public String getAttributeName (int index)

public String getNodeName ()

public String getValue ()

Protected Methods

protected Object getChild (int index)

protected int getChildCount ()

protected Object getParent ()

protected void reassignCurrentElement (Object current)