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) intgetAttributeName(int i) protected ObjectgetChild(int i) protected intprotected ObjectgetValue()protected voidMethods inherited from class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
appendErrors, close, getAttributeNames, getCurrent, hasMoreChildren, moveDown, moveUpMethods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlReader
escapeXmlName, unescapeXmlNameMethods inherited from class com.thoughtworks.xstream.io.AbstractReader
decodeAttribute, decodeNode, encodeAttribute, encodeNode, peekNextChild, underlyingReaderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
reassignCurrentElementin classcom.thoughtworks.xstream.io.xml.AbstractDocumentReader
-
getParent
- Specified by:
getParentin classcom.thoughtworks.xstream.io.xml.AbstractDocumentReader
-
getChild
- Specified by:
getChildin classcom.thoughtworks.xstream.io.xml.AbstractDocumentReader
-
getChildCount
protected int getChildCount()- Specified by:
getChildCountin classcom.thoughtworks.xstream.io.xml.AbstractDocumentReader
-
getNodeName
-
getValue
-
getAttribute
-
getAttribute
-
getAttributeCount
public int getAttributeCount() -
getAttributeName
-