Class XMLWriter

java.lang.Object
java.io.Writer
java.io.FilterWriter
org.apache.openjpa.lib.xml.XMLWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class XMLWriter extends FilterWriter
The XMLWriter is a writer type for pretty-printing XML. It assumes that the streamed XML will be given without any whitespace, other than the space within text blocks.
Author:
Abe White