Uses of Interface
com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter
Packages that use ExtendedHierarchicalStreamWriter
Package
Description
Library for tracking paths of nodes in documents using a subset of XPath.
-
Uses of ExtendedHierarchicalStreamWriter in com.thoughtworks.xstream.io
Classes in com.thoughtworks.xstream.io that implement ExtendedHierarchicalStreamWriterModifier and TypeClassDescriptionclass
Abstract base class for all HierarchicalStreamWriter implementations.class
An wrapper for allHierarchicalStreamWriter
implementations, that keeps the state.class
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 -
Uses of ExtendedHierarchicalStreamWriter in com.thoughtworks.xstream.io.json
Classes in com.thoughtworks.xstream.io.json that implement ExtendedHierarchicalStreamWriterModifier and TypeClassDescriptionclass
An abstract implementation of a writer that calls abstract methods to build JSON structures.class
Deprecated.As of 1.3.1, use JsonWriter insteadclass
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 ExtendedHierarchicalStreamWriterModifier and TypeClassDescriptionclass
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 ExtendedHierarchicalStreamWriterModifier and TypeClassDescriptionclass
A genericHierarchicalStreamWriter
for DOM writer implementations.class
Deprecated.As of 1.4 useAbstractWriter
insteadclass
class
class
class
class
class
class
A simple writer that outputs XML in a pretty-printed indented stream.final class
A SAXparser
that acts as an XStreamHierarchicalStreamWriter
to enable direct generation of a SAX event flow from the XStream serialization of a list of list of Java objects.class
A stream writing that outputs to a StAX stream writerclass