com.thoughtworks.xstream.xml.text
Class CompactXMLWriter

java.lang.Object
  extended bycom.thoughtworks.xstream.xml.text.PrettyPrintXMLWriter
      extended bycom.thoughtworks.xstream.xml.text.CompactXMLWriter
All Implemented Interfaces:
XMLWriter

public class CompactXMLWriter
extends PrettyPrintXMLWriter


Constructor Summary
CompactXMLWriter(java.io.PrintWriter writer)
           
CompactXMLWriter(java.io.Writer writer)
           
 
Method Summary
protected  void endOfLine()
           
 
Methods inherited from class com.thoughtworks.xstream.xml.text.PrettyPrintXMLWriter
addAttribute, endElement, startElement, writeText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompactXMLWriter

public CompactXMLWriter(java.io.PrintWriter writer)

CompactXMLWriter

public CompactXMLWriter(java.io.Writer writer)
Method Detail

endOfLine

protected void endOfLine()
Overrides:
endOfLine in class PrettyPrintXMLWriter


Copyright © 2003 ThoughtWorks, Inc. All Rights Reserved.