Uses of Package
com.thoughtworks.xstream.io.xml
-
Packages that use com.thoughtworks.xstream.io.xml Package Description com.thoughtworks.xstream.io.json com.thoughtworks.xstream.io.xml -
Classes in com.thoughtworks.xstream.io.xml used by com.thoughtworks.xstream.io.json Class Description AbstractXmlWriter Deprecated.As of 1.4 useAbstractWriter
insteadQNameMap Represents a mapping ofQName
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 writerXmlFriendlyReplacer Deprecated.As of 1.4, useXmlFriendlyNameCoder
insteadXmlFriendlyWriter Deprecated.As of 1.4 -
Classes in com.thoughtworks.xstream.io.xml used by com.thoughtworks.xstream.io.xml Class Description AbstractDocumentReader AbstractDocumentWriter A genericHierarchicalStreamWriter
for DOM writer implementations.AbstractPullReader Base class that contains common functionality across HierarchicalStreamReader implementations that need to read from a pull parser.AbstractXmlDriver Deprecated.As of 1.4AbstractXmlReader Deprecated.As of 1.4, useAbstractReader
instead.AbstractXmlWriter Deprecated.As of 1.4 useAbstractWriter
insteadAbstractXppDomDriver An abstract base class for a driver using an XPP DOM implementation.AbstractXppDriver An abstract base class for a driver using an XPP implementation.DocumentReader A generic interface for allHierarchicalStreamReader
implementations reading a DOM.DocumentWriter A generic interface for allHierarchicalStreamWriter
implementations generating a DOM.PrettyPrintWriter A simple writer that outputs XML in a pretty-printed indented stream.QNameMap Represents a mapping ofQName
instances to Java class names allowing class aliases and namespace aware mappings of QNames to class names.StaxDriver A driver using the StAX API to create XML reader and writer.StaxWriter A stream writing that outputs to a StAX stream writerXmlFriendlyNameCoder Encode and decode tag and attribute names in XML drivers.XmlFriendlyReplacer Deprecated.As of 1.4, useXmlFriendlyNameCoder
insteadXmlFriendlyWriter Deprecated.As of 1.4