public class

XomReader

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

Summary

Public Constructors
XomReader(Element rootElement)
XomReader(Document document)
XomReader(Element rootElement, XmlFriendlyReplacer replacer)
XomReader(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 XomReader (Element rootElement)

public XomReader (Document document)

public XomReader (Element rootElement, XmlFriendlyReplacer replacer)

public XomReader (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)