Uses of Interface
com.thoughtworks.xstream.io.xml.XmlFriendlyWriter
-
Packages that use XmlFriendlyWriter Package Description com.thoughtworks.xstream.io.xml -
-
Uses of XmlFriendlyWriter in com.thoughtworks.xstream.io.xml
Classes in com.thoughtworks.xstream.io.xml that implement XmlFriendlyWriter Modifier and Type Class Description class
AbstractDocumentWriter
A genericHierarchicalStreamWriter
for DOM writer implementations.class
AbstractXmlWriter
Deprecated.As of 1.4 useAbstractWriter
insteadclass
CompactWriter
class
DomWriter
class
PrettyPrintWriter
A simple writer that outputs XML in a pretty-printed indented stream.class
SaxWriter
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.class
StaxWriter
A stream writing that outputs to a StAX stream writerclass
XppDomWriter
-