|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.xstream.io.xml.AbstractXmlWriter
com.thoughtworks.xstream.io.xml.PrettyPrintWriter
com.thoughtworks.xstream.io.xml.CompactWriter
public class CompactWriter
Field Summary |
---|
Fields inherited from class com.thoughtworks.xstream.io.xml.PrettyPrintWriter |
---|
depth, XML_1_0, XML_1_1, XML_QUIRKS |
Constructor Summary | |
---|---|
CompactWriter(java.io.Writer writer)
|
|
CompactWriter(java.io.Writer writer,
int mode)
|
|
CompactWriter(java.io.Writer writer,
int mode,
XmlFriendlyReplacer replacer)
|
|
CompactWriter(java.io.Writer writer,
XmlFriendlyReplacer replacer)
|
Method Summary | |
---|---|
protected void |
endOfLine()
|
Methods inherited from class com.thoughtworks.xstream.io.xml.PrettyPrintWriter |
---|
addAttribute, close, endNode, flush, getNewLine, setValue, startNode, startNode, writeAttributeValue, writeText |
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlWriter |
---|
escapeXmlName, underlyingWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompactWriter(java.io.Writer writer)
public CompactWriter(java.io.Writer writer, int mode)
public CompactWriter(java.io.Writer writer, XmlFriendlyReplacer replacer)
public CompactWriter(java.io.Writer writer, int mode, XmlFriendlyReplacer replacer)
Method Detail |
---|
protected void endOfLine()
endOfLine
in class PrettyPrintWriter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |