public interface ExtendedHierarchicalStreamReader extends HierarchicalStreamReader
Modifier and Type | Method and Description |
---|---|
String |
peekNextChild()
Peek the name of the next child.
|
appendErrors, close, getAttribute, getAttribute, getAttributeCount, getAttributeName, getAttributeNames, getNodeName, getValue, hasMoreChildren, moveDown, moveUp, underlyingReader
String peekNextChild()
HierarchicalStreamReader.hasMoreChildren()
returns
true, peek the tag name of the child.Copyright © 2004–2016 XStream. All rights reserved.