Package com.thoughtworks.xstream.io.xml
package com.thoughtworks.xstream.io.xml
-
ClassDescriptionA generic
HierarchicalStreamWriter
for DOM writer implementations.Base class that contains common functionality across HierarchicalStreamReader implementations that need to read from a pull parser.Deprecated.As of 1.4Deprecated.As of 1.4, useAbstractReader
instead.Deprecated.As of 1.4 useAbstractWriter
insteadAn abstract base class for a driver using an XPP DOM implementation.An abstract base class for a driver using an XPP implementation.A generic interface for allHierarchicalStreamReader
implementations reading a DOM.A generic interface for allHierarchicalStreamWriter
implementations generating a DOM.AHierarchicalStreamDriver
for XPP DOM using the MXParser fork.AHierarchicalStreamDriver
using the MXParser fork.A simple writer that outputs XML in a pretty-printed indented stream.Represents a mapping ofQName
instances to Java class names allowing class aliases and namespace aware mappings of QNames to class names.A SAXparser
that acts as an XStreamHierarchicalStreamWriter
to enable direct generation of a SAX event flow from the XStream serialization of a list of list of Java objects.Deprecated.As of 1.4.5 useStandardStaxDriver
A driver using the standard JDK StAX implementation provided by the Java runtime (since Java 6).A driver using the StAX API to create XML reader and writer.A reader using the StAX API.A stream writing that outputs to a StAX stream writerAJAXP 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.Encode and decode tag and attribute names in XML drivers.Deprecated.As of 1.4Deprecated.As of 1.4, useXmlFriendlyNameCoder
insteadDeprecated.As of 1.4AHierarchicalStreamDriver
for XPP DOM using the XmlPullParserFactory to locate an parser.AHierarchicalStreamDriver
using the XmlPullParserFactory to locate an XML Pull Parser.XStream reader that pulls directly from the stream using the XmlPullParser API.A XmlFriendlyNameCoder to support backward compatibility with XStream 1.1.Deprecated.As of 1.4, useXStream11NameCoder
instead