Uses of Class
com.thoughtworks.xstream.io.WriterWrapper
-
Packages that use WriterWrapper Package Description com.thoughtworks.xstream.io com.thoughtworks.xstream.io.path Library for tracking paths of nodes in documents using a subset of XPath. -
-
Uses of WriterWrapper in com.thoughtworks.xstream.io
Subclasses of WriterWrapper in com.thoughtworks.xstream.io Modifier and Type Class Description class
StatefulWriter
An wrapper for allHierarchicalStreamWriter
implementations, that keeps the state. -
Uses of WriterWrapper in com.thoughtworks.xstream.io.path
Subclasses of WriterWrapper in com.thoughtworks.xstream.io.path Modifier and Type Class Description class
PathTrackingWriter
Wrapper for HierarchicalStreamWriter that tracks the path (a subset of XPath) of the current node that is being written.
-