com.thoughtworks.xstream.io.xml
Class CompactWriter
java.lang.Object
com.thoughtworks.xstream.io.xml.AbstractXmlWriter
com.thoughtworks.xstream.io.xml.PrettyPrintWriter
com.thoughtworks.xstream.io.xml.CompactWriter
- All Implemented Interfaces:
- ExtendedHierarchicalStreamWriter, HierarchicalStreamWriter, XmlFriendlyWriter
public class CompactWriter
- extends PrettyPrintWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompactWriter
public CompactWriter(Writer writer)
CompactWriter
public CompactWriter(Writer writer,
int mode)
- Since:
- 1.3
CompactWriter
public CompactWriter(Writer writer,
XmlFriendlyReplacer replacer)
CompactWriter
public CompactWriter(Writer writer,
int mode,
XmlFriendlyReplacer replacer)
- Since:
- 1.3
endOfLine
protected void endOfLine()
- Overrides:
endOfLine
in class PrettyPrintWriter
Copyright © 2004-2008 XStream. All Rights Reserved.