Uses of Interface
com.thoughtworks.xstream.io.ExtendedHierarchicalStreamReader
Packages that use ExtendedHierarchicalStreamReader
Package
Description
Library for tracking paths of nodes in documents using a subset of XPath.
-
Uses of ExtendedHierarchicalStreamReader in com.thoughtworks.xstream.io
Classes in com.thoughtworks.xstream.io that implement ExtendedHierarchicalStreamReaderModifier and TypeClassDescriptionclass
Abstract base class for all HierarchicalStreamReader implementations.class
Base class to make it easy to create wrappers (decorators) for HierarchicalStreamReader. -
Uses of ExtendedHierarchicalStreamReader in com.thoughtworks.xstream.io.binary
Classes in com.thoughtworks.xstream.io.binary that implement ExtendedHierarchicalStreamReaderModifier and TypeClassDescriptionclass
A HierarchicalStreamReader that reads from a binary stream created byBinaryStreamWriter
. -
Uses of ExtendedHierarchicalStreamReader in com.thoughtworks.xstream.io.path
Classes in com.thoughtworks.xstream.io.path that implement ExtendedHierarchicalStreamReaderModifier and TypeClassDescriptionclass
Wrapper for HierarchicalStreamReader that tracks the path (a subset of XPath) of the current node that is being read. -
Uses of ExtendedHierarchicalStreamReader in com.thoughtworks.xstream.io.xml
Classes in com.thoughtworks.xstream.io.xml that implement ExtendedHierarchicalStreamReaderModifier and TypeClassDescriptionclass
class
Base class that contains common functionality across HierarchicalStreamReader implementations that need to read from a pull parser.class
Deprecated.class
class
class
class
class
A reader using the StAX API.class
class
XStream reader that pulls directly from the stream using the XmlPullParser API.
AbstractReader
instead.