Uses of Interface
com.thoughtworks.xstream.converters.ErrorReporter
Packages that use ErrorReporter
Package
Description
Converters for common basic types in Java.
Library for tracking paths of nodes in documents using a subset of XPath.
-
Uses of ErrorReporter in com.thoughtworks.xstream.converters
Classes in com.thoughtworks.xstream.converters that implement ErrorReporterModifier and TypeClassDescriptionclass
Wrapper to convert aSingleValueConverter
into aConverter
. -
Uses of ErrorReporter in com.thoughtworks.xstream.converters.basic
Classes in com.thoughtworks.xstream.converters.basic that implement ErrorReporterModifier and TypeClassDescriptionclass
Converts aDate
to a string as a date format, retaining precision down to milliseconds. -
Uses of ErrorReporter in com.thoughtworks.xstream.io
Subinterfaces of ErrorReporter in com.thoughtworks.xstream.ioModifier and TypeInterfaceDescriptioninterface
Deprecated.As of 1.4.11, this interface will be merged into parent with version 1.5.0.interface
Classes in com.thoughtworks.xstream.io that implement ErrorReporterModifier and TypeClassDescriptionclass
Abstract base class for all HierarchicalStreamReader implementations.class
Base class to make it easy to create wrappers (decorators) for HierarchicalStreamReader. -
Uses of ErrorReporter in com.thoughtworks.xstream.io.binary
Classes in com.thoughtworks.xstream.io.binary that implement ErrorReporterModifier and TypeClassDescriptionclass
A HierarchicalStreamReader that reads from a binary stream created byBinaryStreamWriter
. -
Uses of ErrorReporter in com.thoughtworks.xstream.io.path
Classes in com.thoughtworks.xstream.io.path that implement ErrorReporterModifier and TypeClassDescriptionclass
Wrapper for HierarchicalStreamReader that tracks the path (a subset of XPath) of the current node that is being read. -
Uses of ErrorReporter in com.thoughtworks.xstream.io.xml
Subinterfaces of ErrorReporter in com.thoughtworks.xstream.io.xmlModifier and TypeInterfaceDescriptioninterface
A generic interface for allHierarchicalStreamReader
implementations reading a DOM.Classes in com.thoughtworks.xstream.io.xml that implement ErrorReporterModifier and TypeClassDescriptionclass
class
Base class that contains common functionality across HierarchicalStreamReader implementations that need to read from a pull parser.class
Deprecated.As of 1.4, useAbstractReader
instead.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.