Uses of Class
com.thoughtworks.xstream.io.path.PathTracker
-
Packages that use PathTracker Package Description com.thoughtworks.xstream.core com.thoughtworks.xstream.io.path Library for tracking paths of nodes in documents using a subset of XPath. -
-
Uses of PathTracker in com.thoughtworks.xstream.core
Fields in com.thoughtworks.xstream.core declared as PathTracker Modifier and Type Field Description private PathTracker
AbstractReferenceMarshaller. pathTracker
private PathTracker
ReferenceByXPathUnmarshaller. pathTracker
-
Uses of PathTracker in com.thoughtworks.xstream.io.path
Fields in com.thoughtworks.xstream.io.path declared as PathTracker Modifier and Type Field Description private PathTracker
PathTrackingReader. pathTracker
private PathTracker
PathTrackingWriter. pathTracker
Constructors in com.thoughtworks.xstream.io.path with parameters of type PathTracker Constructor Description PathTrackingReader(HierarchicalStreamReader reader, PathTracker pathTracker)
PathTrackingWriter(HierarchicalStreamWriter writer, PathTracker pathTracker)
-