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 TypeClassDescriptionclassAbstract base class for all HierarchicalStreamWriter implementations.classAn wrapper for allHierarchicalStreamWriterimplementations, that keeps the state.classBase 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 TypeClassDescriptionclassAn abstract implementation of a writer that calls abstract methods to build JSON structures.classDeprecated.As of 1.3.1, use JsonWriter insteadclassA 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 TypeClassDescriptionclassWrapper 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 TypeClassDescriptionclassA genericHierarchicalStreamWriterfor DOM writer implementations.classDeprecated.As of 1.4 useAbstractWriterinsteadclassclassclassclassclassclassclassA simple writer that outputs XML in a pretty-printed indented stream.final classA SAXparserthat acts as an XStreamHierarchicalStreamWriterto enable direct generation of a SAX event flow from the XStream serialization of a list of list of Java objects.classA stream writing that outputs to a StAX stream writerclass