| java.lang.Object | ||
| ↳ | com.thoughtworks.xstream.io.ReaderWrapper | |
| ↳ | com.thoughtworks.xstream.io.path.PathTrackingReader | |
Wrapper for HierarchicalStreamReader that tracks the path (a subset of XPath) of the current node that is being read.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.thoughtworks.xstream.io.ReaderWrapper
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
If any errors are detected, allow the reader to add any additional information that can aid debugging
(such as line numbers, XPath expressions, etc).
| |||||||||||
Select the current child as current node.
| |||||||||||
Select the parent node as current node.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.thoughtworks.xstream.io.ReaderWrapper
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.thoughtworks.xstream.io.HierarchicalStreamReader
| |||||||||||
If any errors are detected, allow the reader to add any additional information that can aid debugging (such as line numbers, XPath expressions, etc).
Select the current child as current node.
A call to this function must be balanced with a call to moveUp().
Select the parent node as current node.