public class

DomReader

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

Summary

Public Constructors
DomReader(Element rootElement)
DomReader(Document document)
DomReader(Element rootElement, XmlFriendlyReplacer replacer)
DomReader(Document document, XmlFriendlyReplacer replacer)
Public Methods
String getAttribute(String name)
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 DomReader (Element rootElement)

public DomReader (Document document)

public DomReader (Element rootElement, XmlFriendlyReplacer replacer)

public DomReader (Document document, XmlFriendlyReplacer replacer)

Public Methods

public String getAttribute (String name)

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)