| 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.
|
| BEAStaxDriver |
Deprecated.
|
| CompactWriter |
|
| Dom4JDriver |
|
| Dom4JReader |
|
| Dom4JWriter |
|
| Dom4JXmlWriter |
|
| DomDriver |
|
| DomReader |
|
| DomWriter |
|
| JDom2Driver |
|
| JDom2Reader |
|
| JDom2Writer |
|
| JDomDriver |
|
| JDomReader |
|
| JDomWriter |
|
| KXml2DomDriver |
|
| KXml2Driver |
|
| 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.
|
| WstxDriver |
A driver using the Woodstox StAX implementation.
|
| XmlFriendlyNameCoder |
Encode and decode tag and attribute names in XML drivers.
|
| XmlFriendlyReplacer |
Deprecated.
|
| XomDriver |
|
| XomReader |
|
| XomWriter |
|
| 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.
|