Package com.bc.ceres.binding.dom
Class XStreamDomElementReader
- java.lang.Object
- 
- com.thoughtworks.xstream.io.AbstractReader
- 
- com.thoughtworks.xstream.io.xml.AbstractXmlReader
- 
- com.thoughtworks.xstream.io.xml.AbstractDocumentReader
- 
- com.bc.ceres.binding.dom.XStreamDomElementReader
 
 
 
 
- 
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.ErrorReporter,- com.thoughtworks.xstream.io.ExtendedHierarchicalStreamReader,- com.thoughtworks.xstream.io.HierarchicalStreamReader,- com.thoughtworks.xstream.io.xml.DocumentReader
 
 public class XStreamDomElementReader extends com.thoughtworks.xstream.io.xml.AbstractDocumentReadertodo - add API doc- Since:
- BEAM 4.6
 
- 
- 
Constructor SummaryConstructors Constructor Description XStreamDomElementReader(DomElement child)XStreamDomElementReader(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttribute(int i)StringgetAttribute(String s)intgetAttributeCount()StringgetAttributeName(int i)protected ObjectgetChild(int i)protected intgetChildCount()StringgetNodeName()protected ObjectgetParent()StringgetValue()protected voidreassignCurrentElement(Object o)- 
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractDocumentReaderappendErrors, close, getAttributeNames, getCurrent, hasMoreChildren, moveDown, moveUp
 - 
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlReaderescapeXmlName, unescapeXmlName
 - 
Methods inherited from class com.thoughtworks.xstream.io.AbstractReaderdecodeAttribute, decodeNode, encodeAttribute, encodeNode, peekNextChild, underlyingReader
 
- 
 
- 
- 
- 
Constructor Detail- 
XStreamDomElementReaderpublic XStreamDomElementReader(DomElement child) 
 - 
XStreamDomElementReaderpublic XStreamDomElementReader(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer) 
 
- 
 - 
Method Detail- 
reassignCurrentElementprotected void reassignCurrentElement(Object o) - Specified by:
- reassignCurrentElementin class- com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
 - 
getParentprotected Object getParent() - Specified by:
- getParentin class- com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
 - 
getChildprotected Object getChild(int i) - Specified by:
- getChildin class- com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
 - 
getChildCountprotected int getChildCount() - Specified by:
- getChildCountin class- com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
 - 
getNodeNamepublic String getNodeName() 
 - 
getValuepublic String getValue() 
 - 
getAttributepublic String getAttribute(int i) 
 - 
getAttributeCountpublic int getAttributeCount() 
 - 
getAttributeNamepublic String getAttributeName(int i) 
 
- 
 
-