org.codehaus.plexus.util.xml
Class CompactXMLWriter

java.lang.Object
  extended byorg.codehaus.plexus.util.xml.PrettyPrintXMLWriter
      extended byorg.codehaus.plexus.util.xml.CompactXMLWriter
All Implemented Interfaces:
XMLWriter

public class CompactXMLWriter
extends PrettyPrintXMLWriter


Field Summary
 
Fields inherited from class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
 
Constructor Summary
CompactXMLWriter(java.io.PrintWriter writer)
           
CompactXMLWriter(java.io.Writer writer)
           
 
Method Summary
protected  void endOfLine()
           
 
Methods inherited from class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
addAttribute, endElement, startElement, writeMarkup, 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