com.thoughtworks.xstream.io
Interface ExtendedHierarchicalStreamReader

All Superinterfaces:
ErrorReporter, HierarchicalStreamReader
All Known Implementing Classes:
AbstractDocumentReader, AbstractPullReader, AbstractReader, AbstractXmlReader, BinaryStreamReader, Dom4JReader, DomReader, JDomReader, PathTrackingReader, ReaderWrapper, StaxReader, XomReader, XppDomReader, XppReader

public interface ExtendedHierarchicalStreamReader
extends HierarchicalStreamReader

Since:
1.4.2
Author:
Jörg Schaible

Method Summary
 String peekNextChild()
          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

String peekNextChild()
Peek the name of the next child. In situation where HierarchicalStreamReader.hasMoreChildren() returns true, peek the tag name of the child.

Since:
1.4.2


Copyright © 2004-2014 XStream. All Rights Reserved.