AbstractDocumentReader |
|
AbstractDocumentReader.Pointer |
|
AbstractDocumentWriter |
|
AbstractPullReader |
Base class that contains common functionality across HierarchicalStreamReader implementations
that need to read from a pull parser.
|
AbstractPullReader.Event |
|
AbstractXmlDriver |
Deprecated.
|
AbstractXmlReader |
Deprecated.
|
AbstractXmlWriter |
Deprecated.
|
AbstractXppDomDriver |
An abstract base class for a driver using an XPP DOM implementation.
|
AbstractXppDriver |
An abstract base class for a driver using an XPP implementation.
|
CompactWriter |
|
DomDriver |
|
DomReader |
|
DomWriter |
|
PrettyPrintWriter |
A simple writer that outputs XML in a pretty-printed indented stream.
|
QNameMap |
Represents a mapping of QName instances to Java class names
allowing class aliases and namespace aware mappings of QNames to class names.
|
SaxWriter |
A SAX parser that acts as an XStream
HierarchicalStreamWriter to enable direct generation of a
SAX event flow from the XStream serialization of a list of list of Java objects.
|
SjsxpDriver |
Deprecated.
|
StandardStaxDriver |
A driver using the standard JDK StAX implementation provided by the Java runtime (since Java
6).
|
StaxDriver |
A driver using the StAX API to create XML reader and writer.
|
StaxReader |
A reader using the StAX API.
|
StaxWriter |
A stream writing that outputs to a StAX stream writer
|
TraxSource |
A JAXP TrAX Source that enables using XStream object serialization as
direct input for XSLT processors without resorting to an intermediate representation such as
text XML, DOM or DOM4J.
|
XmlFriendlyNameCoder |
Encode and decode tag and attribute names in XML drivers.
|
XmlFriendlyReplacer |
Deprecated.
|
Xpp3DomDriver |
|
Xpp3Driver |
|
XppDomDriver |
|
XppDomReader |
|
XppDomWriter |
|
XppDriver |
|
XppReader |
XStream reader that pulls directly from the stream using the XmlPullParser API.
|
XStream11NameCoder |
A XmlFriendlyNameCoder to support backward compatibility with XStream 1.1.
|
XStream11XmlFriendlyReplacer |
Deprecated.
|