Uses of Class
com.thoughtworks.xstream.io.ReaderWrapper
-
Packages that use ReaderWrapper Package Description com.thoughtworks.xstream.io.path Library for tracking paths of nodes in documents using a subset of XPath. -
-
Uses of ReaderWrapper in com.thoughtworks.xstream.io.path
Subclasses of ReaderWrapper in com.thoughtworks.xstream.io.path Modifier and Type Class Description class
PathTrackingReader
Wrapper for HierarchicalStreamReader that tracks the path (a subset of XPath) of the current node that is being read.
-