Uses of Class
com.thoughtworks.xstream.io.WriterWrapper

Packages that use WriterWrapper
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
 class StatefulWriter
          An wrapper for all HierarchicalStreamWriter implementations, that keeps the state.
 

Uses of WriterWrapper in com.thoughtworks.xstream.io.path
 

Subclasses of WriterWrapper in com.thoughtworks.xstream.io.path
 class PathTrackingWriter
          Wrapper for HierarchicalStreamWriter that tracks the path (a subset of XPath) of the current node that is being written.
 



Copyright © 2004-2011 XStream. All Rights Reserved.