public class PathTrackingReader extends ReaderWrapper
PathTracker, 
Pathwrapped| Constructor and Description | 
|---|
PathTrackingReader(HierarchicalStreamReader reader,
                  PathTracker pathTracker)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
appendErrors(ErrorWriter errorWriter)
If any errors are detected, allow the reader to add any additional information that can aid debugging
 (such as line numbers, XPath expressions, etc). 
 | 
void | 
moveDown()
Select the current child as current node. 
 | 
void | 
moveUp()
Select the parent node as current node. 
 | 
close, getAttribute, getAttribute, getAttributeCount, getAttributeName, getAttributeNames, getNodeName, getValue, hasMoreChildren, peekNextChild, underlyingReaderpublic PathTrackingReader(HierarchicalStreamReader reader, PathTracker pathTracker)
public void moveDown()
HierarchicalStreamReaderHierarchicalStreamReader.moveUp().moveDown in interface HierarchicalStreamReadermoveDown in class ReaderWrapperpublic void moveUp()
HierarchicalStreamReadermoveUp in interface HierarchicalStreamReadermoveUp in class ReaderWrapperpublic void appendErrors(ErrorWriter errorWriter)
HierarchicalStreamReaderappendErrors in interface ErrorReporterappendErrors in interface HierarchicalStreamReaderappendErrors in class ReaderWrappererrorWriter - the error writerCopyright © 2004–2016 XStream. All rights reserved.