Uses of Interface
com.thoughtworks.xstream.converters.ErrorReporter
-
Packages that use ErrorReporter Package Description com.thoughtworks.xstream.converters com.thoughtworks.xstream.converters.basic Converters for common basic types in Java.com.thoughtworks.xstream.io com.thoughtworks.xstream.io.binary 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 ErrorReporter in com.thoughtworks.xstream.converters
Classes in com.thoughtworks.xstream.converters that implement ErrorReporter Modifier and Type Class Description classSingleValueConverterWrapperWrapper to convert aSingleValueConverterinto aConverter. -
Uses of ErrorReporter in com.thoughtworks.xstream.converters.basic
Classes in com.thoughtworks.xstream.converters.basic that implement ErrorReporter Modifier and Type Class Description classDateConverterConverts aDateto 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.io Modifier and Type Interface Description interfaceExtendedHierarchicalStreamReaderDeprecated.As of 1.4.11, this interface will be merged into parent with version 1.5.0.interfaceHierarchicalStreamReaderClasses in com.thoughtworks.xstream.io that implement ErrorReporter Modifier and Type Class Description classAbstractReaderAbstract base class for all HierarchicalStreamReader implementations.classReaderWrapperBase 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 ErrorReporter Modifier and Type Class Description classBinaryStreamReaderA 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 ErrorReporter Modifier and Type Class Description classPathTrackingReaderWrapper 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.xml Modifier and Type Interface Description interfaceDocumentReaderA generic interface for allHierarchicalStreamReaderimplementations reading a DOM.Classes in com.thoughtworks.xstream.io.xml that implement ErrorReporter Modifier and Type Class Description classAbstractDocumentReaderclassAbstractPullReaderBase class that contains common functionality across HierarchicalStreamReader implementations that need to read from a pull parser.classAbstractXmlReaderDeprecated.As of 1.4, useAbstractReaderinstead.classDom4JReaderclassDomReaderclassJDom2ReaderclassJDomReaderclassStaxReaderA reader using the StAX API.classXomReaderclassXppDomReaderclassXppReaderXStream reader that pulls directly from the stream using the XmlPullParser API.
-