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.AbstractDocumentReader
todo - add API doc
- Since:
- BEAM 4.6
-
Constructor Summary
ConstructorsConstructorDescriptionXStreamDomElementReader
(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer) -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(int i) int
getAttributeName
(int i) protected Object
getChild
(int i) protected int
protected Object
getValue()
protected void
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
appendErrors, close, getAttributeNames, getCurrent, hasMoreChildren, moveDown, moveUp
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlReader
escapeXmlName, unescapeXmlName
Methods inherited from class com.thoughtworks.xstream.io.AbstractReader
decodeAttribute, decodeNode, encodeAttribute, encodeNode, peekNextChild, underlyingReader
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.thoughtworks.xstream.io.HierarchicalStreamReader
underlyingReader
-
Constructor Details
-
XStreamDomElementReader
-
XStreamDomElementReader
public XStreamDomElementReader(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer)
-
-
Method Details
-
reassignCurrentElement
- Specified by:
reassignCurrentElement
in classcom.thoughtworks.xstream.io.xml.AbstractDocumentReader
-
getParent
- Specified by:
getParent
in classcom.thoughtworks.xstream.io.xml.AbstractDocumentReader
-
getChild
- Specified by:
getChild
in classcom.thoughtworks.xstream.io.xml.AbstractDocumentReader
-
getChildCount
protected int getChildCount()- Specified by:
getChildCount
in classcom.thoughtworks.xstream.io.xml.AbstractDocumentReader
-
getNodeName
-
getValue
-
getAttribute
-
getAttribute
-
getAttributeCount
public int getAttributeCount() -
getAttributeName
-