Uses of Interface
com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter

Packages that use ExtendedHierarchicalStreamWriter
com.thoughtworks.xstream.io   
com.thoughtworks.xstream.io.binary   
com.thoughtworks.xstream.io.json   
com.thoughtworks.xstream.io.path Library for tracking paths of nodes in documents using a subset of XPath. 
com.thoughtworks.xstream.io.xml   
 

Uses of ExtendedHierarchicalStreamWriter in com.thoughtworks.xstream.io
 

Classes in com.thoughtworks.xstream.io that implement ExtendedHierarchicalStreamWriter
 class StatefulWriter
          An wrapper for all HierarchicalStreamWriter implementations, that keeps the state.
 class WriterWrapper
          Base class to make it easy to create wrappers (decorators) for HierarchicalStreamWriter.
 

Uses of ExtendedHierarchicalStreamWriter in com.thoughtworks.xstream.io.binary
 

Classes in com.thoughtworks.xstream.io.binary that implement ExtendedHierarchicalStreamWriter
 class BinaryStreamWriter
           
 

Uses of ExtendedHierarchicalStreamWriter in com.thoughtworks.xstream.io.json
 

Classes in com.thoughtworks.xstream.io.json that implement ExtendedHierarchicalStreamWriter
 class JsonHierarchicalStreamWriter
          A simple writer that outputs JSON in a pretty-printed indented stream.
 

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

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

Uses of ExtendedHierarchicalStreamWriter in com.thoughtworks.xstream.io.xml
 

Classes in com.thoughtworks.xstream.io.xml that implement ExtendedHierarchicalStreamWriter
 class AbstractDocumentWriter
          A generic HierarchicalStreamWriter for DOM writer implementations.
 class AbstractXmlWriter
          Abstract base implementation of HierarchicalStreamWriter that provides common functionality to all XML-based writers.
 class CompactWriter
           
 class Dom4JWriter
           
 class Dom4JXmlWriter
           
 class DomWriter
           
 class JDomWriter
           
 class PrettyPrintWriter
          A simple writer that outputs XML in a pretty-printed indented stream.
 class SaxWriter
          A SAX parser that acts as an XStream HierarchicalStreamWriter to enable direct generation of a SAX event flow from the XStream serialization of a list of list of Java objects.
 class StaxWriter
          A stream writing that outputs to a StAX stream writer
 class XomWriter
           
 class XppDomWriter
           
 



Joe Walnes, http://xstream.codehaus.org/