Package com.thoughtworks.xstream.io
Interface ExtendedHierarchicalStreamReader
-
- All Superinterfaces:
ErrorReporter
,HierarchicalStreamReader
- All Known Implementing Classes:
AbstractDocumentReader
,AbstractPullReader
,AbstractReader
,AbstractXmlReader
,BinaryStreamReader
,Dom4JReader
,DomReader
,JDom2Reader
,JDomReader
,PathTrackingReader
,ReaderWrapper
,StaxReader
,XppDomReader
,XppReader
public interface ExtendedHierarchicalStreamReader extends HierarchicalStreamReader
Deprecated.As of 1.4.11, this interface will be merged into parent with version 1.5.0.- Since:
- 1.4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
peekNextChild()
Deprecated.Peek the name of the next child.-
Methods inherited from interface com.thoughtworks.xstream.io.HierarchicalStreamReader
appendErrors, close, getAttribute, getAttribute, getAttributeCount, getAttributeName, getAttributeNames, getNodeName, getValue, hasMoreChildren, moveDown, moveUp, underlyingReader
-
-
-
-
Method Detail
-
peekNextChild
java.lang.String peekNextChild()
Deprecated.Peek the name of the next child. In situation whereHierarchicalStreamReader.hasMoreChildren()
returns true, peek the tag name of the child.- Since:
- 1.4.2
-
-