Class PathTrackingWriter

java.lang.Object
com.thoughtworks.xstream.io.WriterWrapper
com.thoughtworks.xstream.io.path.PathTrackingWriter
All Implemented Interfaces:
ExtendedHierarchicalStreamWriter, HierarchicalStreamWriter

public class PathTrackingWriter extends WriterWrapper
Wrapper for HierarchicalStreamWriter that tracks the path (a subset of XPath) of the current node that is being written.
See Also: