Package org.codehaus.plexus.util.xml
Class CompactXMLWriter
java.lang.Object
org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
org.codehaus.plexus.util.xml.CompactXMLWriter
- All Implemented Interfaces:
- XMLWriter
- 
Field SummaryFields inherited from class org.codehaus.plexus.util.xml.PrettyPrintXMLWriterLS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidWrite the end of line character (using specified line separator) and start new line with indentationMethods inherited from class org.codehaus.plexus.util.xml.PrettyPrintXMLWriteraddAttribute, endElement, getDepth, getDocType, getElementStack, getEncoding, getLineIndenter, getLineSeparator, getWriter, setDepth, setDocType, setEncoding, setLineIndenter, setLineSeparator, setWriter, startElement, writeMarkup, writeText
- 
Constructor Details- 
CompactXMLWriter
- 
CompactXMLWriter
 
- 
- 
Method Details- 
endOfLineprotected void endOfLine()Description copied from class:PrettyPrintXMLWriterWrite the end of line character (using specified line separator) and start new line with indentation- Overrides:
- endOfLinein class- PrettyPrintXMLWriter
- See Also:
 
 
-