Uses of Package
com.thoughtworks.xstream.io.xml

Packages that use com.thoughtworks.xstream.io.xml
com.thoughtworks.xstream.io.json   
com.thoughtworks.xstream.io.xml   
 

Classes in com.thoughtworks.xstream.io.xml used by com.thoughtworks.xstream.io.json
AbstractXmlWriter
          Abstract base implementation of HierarchicalStreamWriter that provides common functionality to all XML-based writers.
QNameMap
          Represents a mapping of QName instances to Java class names allowing class aliases and namespace aware mappings of QNames to class names.
StaxWriter
          A stream writing that outputs to a StAX stream writer
XmlFriendlyReplacer
          Allows replacement of Strings in XML-friendly drivers.
XmlFriendlyWriter
          An interface for a HierarchicalStreamWriter supporting XML-friendly names.
 

Classes in com.thoughtworks.xstream.io.xml used by com.thoughtworks.xstream.io.xml
AbstractDocumentReader
           
AbstractDocumentWriter
          A generic HierarchicalStreamWriter for DOM writer implementations.
AbstractPullReader
          Base class that contains common functionality across HierarchicalStreamReader implementations that need to read from a pull parser.
AbstractXmlDriver
          Base class for HierarchicalStreamDrivers to use xml-based HierarchicalStreamReader and HierarchicalStreamWriter.
AbstractXmlReader
          Abstract base implementation of HierarchicalStreamReader that provides common functionality to all XML-based readers.
AbstractXmlWriter
          Abstract base implementation of HierarchicalStreamWriter that provides common functionality to all XML-based writers.
DocumentReader
          A generic interface for all HierarchicalStreamReader implementations reading a DOM.
DocumentWriter
          A generic interface for all HierarchicalStreamWriter implementations generating a DOM.
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.
StaxWriter
          A stream writing that outputs to a StAX stream writer
XmlFriendlyReader
          An interface for a HierarchicalStreamReader supporting XML-friendly names.
XmlFriendlyReplacer
          Allows replacement of Strings in XML-friendly drivers.
XmlFriendlyWriter
          An interface for a HierarchicalStreamWriter supporting XML-friendly names.
 



Joe Walnes, http://xstream.codehaus.org/