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

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

Classes in com.thoughtworks.xstream.io.xml used by com.thoughtworks.xstream.io.xml
AbstractDocumentReader
           
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.
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
XmlFriendlyReplacer
          Allows replacement of Strings in xml-friendly drivers.
 



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