org.codehaus.plexus.util.xml

Class CompactXMLWriter

Implemented Interfaces:
XMLWriter

public class CompactXMLWriter
extends PrettyPrintXMLWriter

Field Summary

Fields inherited from class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter

depth, docType, elementStack, encoding, lineIndenter, readyForNewLine, tagInProgress, tagIsEmpty, writer

Constructor Summary

CompactXMLWriter(PrintWriter writer)
CompactXMLWriter(Writer writer)

Method Summary

protected void
endOfLine()

Methods inherited from class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter

addAttribute, endElement, endOfLine, escapeXml, escapeXmlAttribute, finishTag, startElement, write, writeDocumentHeaders, writeMarkup, writeText, writeText

Constructor Details

CompactXMLWriter

public CompactXMLWriter(PrintWriter writer)

CompactXMLWriter

public CompactXMLWriter(Writer writer)

Method Details

endOfLine

protected void endOfLine()
Overrides:
endOfLine in interface PrettyPrintXMLWriter