Interface ExtendedHierarchicalStreamReader
- All Superinterfaces:
ErrorReporter, HierarchicalStreamReader
- All Known Implementing Classes:
AbstractDocumentReader, AbstractPullReader, AbstractReader, AbstractXmlReader, BinaryStreamReader, Dom4JReader, DomReader, JDom2Reader, JDomReader, PathTrackingReader, ReaderWrapper, StaxReader, XppDomReader, XppReader
Deprecated.
As of 1.4.11, this interface will be merged into parent with version 1.5.0.
- Since:
- 1.4.2
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Peek the name of the next child.Methods inherited from interface HierarchicalStreamReader
appendErrors, close, getAttribute, getAttribute, getAttributeCount, getAttributeName, getAttributeNames, getNodeName, getValue, hasMoreChildren, moveDown, moveUp, underlyingReader
-
Method Details
-
peekNextChild
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
-