| 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 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SingleValueConverterWrapper
Wrapper to convert a   
SingleValueConverter into a
 Converter. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DateConverter
Converts a  
Date to a string as a date format, retaining precision down to milliseconds. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ExtendedHierarchicalStreamReader  | 
interface  | 
HierarchicalStreamReader  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractReader
Abstract base class for all HierarchicalStreamReader implementations. 
 | 
class  | 
ReaderWrapper
Base class to make it easy to create wrappers (decorators) for HierarchicalStreamReader. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BinaryStreamReader
A HierarchicalStreamReader that reads from a binary stream created by
  
BinaryStreamWriter. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PathTrackingReader
Wrapper for HierarchicalStreamReader that tracks the path (a subset of XPath) of the current node that is being read. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DocumentReader
A generic interface for all  
HierarchicalStreamReader implementations reading a DOM. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractDocumentReader  | 
class  | 
AbstractPullReader
Base class that contains common functionality across HierarchicalStreamReader implementations
 that need to read from a pull parser. 
 | 
class  | 
AbstractXmlReader
Deprecated. 
 
As of 1.4, use  
AbstractReader instead. | 
class  | 
Dom4JReader  | 
class  | 
DomReader  | 
class  | 
JDom2Reader  | 
class  | 
JDomReader  | 
class  | 
StaxReader
A reader using the StAX API. 
 | 
class  | 
XomReader  | 
class  | 
XppDomReader  | 
class  | 
XppReader
XStream reader that pulls directly from the stream using the XmlPullParser API. 
 | 
Copyright © 2004–2016 XStream. All rights reserved.