Package com.thoughtworks.xstream.io.xml
package com.thoughtworks.xstream.io.xml
-
ClassDescriptionA generic
HierarchicalStreamWriterfor 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, useAbstractReaderinstead.Deprecated.As of 1.4 useAbstractWriterinsteadAn 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 allHierarchicalStreamReaderimplementations reading a DOM.A generic interface for allHierarchicalStreamWriterimplementations generating a DOM.AHierarchicalStreamDriverfor XPP DOM using the MXParser fork.AHierarchicalStreamDriverusing the MXParser fork.A simple writer that outputs XML in a pretty-printed indented stream.Represents a mapping ofQNameinstances to Java class names allowing class aliases and namespace aware mappings of QNames to class names.A SAXparserthat acts as an XStreamHierarchicalStreamWriterto 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 useStandardStaxDriverA 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 Sourcethat 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, useXmlFriendlyNameCoderinsteadDeprecated.As of 1.4AHierarchicalStreamDriverfor XPP DOM using the XmlPullParserFactory to locate an parser.AHierarchicalStreamDriverusing 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, useXStream11NameCoderinstead