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


Constructor Summary
CompactXMLWriter(java.io.PrintWriter writer)
           
CompactXMLWriter(java.io.Writer writer)
           
 
Method Summary
protected  void endOfLine()
          Write the end of line character (using system line separator) and start new line with indentation
 
Methods inherited from class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
addAttribute, endElement, getDepth, getDocType, getEncoding, getLineIndenter, getWriter, setDepth, setDocType, setEncoding, setLineIndenter, setWriter, 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()
Description copied from class: PrettyPrintXMLWriter
Write the end of line character (using system line separator) and start new line with indentation

Overrides:
endOfLine in class PrettyPrintXMLWriter


Copyright © 2001-2006 Codehaus. All Rights Reserved.