Uses of Interface
com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter
-
Packages that use ExtendedHierarchicalStreamWriter Package Description 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 Modifier and Type Class Description classAbstractWriterAbstract base class for all HierarchicalStreamWriter implementations.classStatefulWriterAn wrapper for allHierarchicalStreamWriterimplementations, that keeps the state.classWriterWrapperBase 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 Modifier and Type Class Description classBinaryStreamWriter -
Uses of ExtendedHierarchicalStreamWriter in com.thoughtworks.xstream.io.json
Classes in com.thoughtworks.xstream.io.json that implement ExtendedHierarchicalStreamWriter Modifier and Type Class Description classAbstractJsonWriterAn abstract implementation of a writer that calls abstract methods to build JSON structures.classJettisonStaxWriterA specializedStaxWriterthat makes usage of internal functionality of Jettison.classJsonHierarchicalStreamWriterDeprecated.As of 1.3.1, use JsonWriter insteadclassJsonWriterA 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 Modifier and Type Class Description classPathTrackingWriterWrapper 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 Modifier and Type Class Description classAbstractDocumentWriterA genericHierarchicalStreamWriterfor DOM writer implementations.classAbstractXmlWriterDeprecated.As of 1.4 useAbstractWriterinsteadclassCompactWriterclassDom4JWriterclassDom4JXmlWriterclassDomWriterclassJDom2WriterclassJDomWriterclassPrettyPrintWriterA simple writer that outputs XML in a pretty-printed indented stream.classSaxWriterA 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.classStaxWriterA stream writing that outputs to a StAX stream writerclassXomWriterclassXppDomWriter
-