Package | Description |
---|---|
com.thoughtworks.xstream.converters | |
com.thoughtworks.xstream.converters.javabean | |
com.thoughtworks.xstream.converters.reflection | |
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 |
ConversionException
Thrown by
Converter implementations when they cannot convert an object
to/from textual data. |
Modifier and Type | Class and Description |
---|---|
static class |
JavaBeanConverter.DuplicateFieldException
Deprecated.
since 1.3
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractReflectionConverter.DuplicateFieldException |
Modifier and Type | Method and Description |
---|---|
void |
HierarchicalStreamReader.appendErrors(ErrorWriter errorWriter)
If any errors are detected, allow the reader to add any additional information that can aid debugging
(such as line numbers, XPath expressions, etc).
|
void |
ReaderWrapper.appendErrors(ErrorWriter errorWriter) |
Modifier and Type | Method and Description |
---|---|
void |
BinaryStreamReader.appendErrors(ErrorWriter errorWriter) |
Modifier and Type | Method and Description |
---|---|
void |
PathTrackingReader.appendErrors(ErrorWriter errorWriter) |
Modifier and Type | Method and Description |
---|---|
void |
XppReader.appendErrors(ErrorWriter errorWriter) |
void |
StaxReader.appendErrors(ErrorWriter errorWriter) |
void |
Dom4JReader.appendErrors(ErrorWriter errorWriter) |
void |
AbstractDocumentReader.appendErrors(ErrorWriter errorWriter) |
Copyright © 2004-2012 XStream. All Rights Reserved.