Class PathTrackingReader

java.lang.Object
com.thoughtworks.xstream.io.ReaderWrapper
com.thoughtworks.xstream.io.path.PathTrackingReader
All Implemented Interfaces:
ErrorReporter, ExtendedHierarchicalStreamReader, HierarchicalStreamReader

public class PathTrackingReader extends ReaderWrapper
Wrapper for HierarchicalStreamReader that tracks the path (a subset of XPath) of the current node that is being read.
See Also: