Package org.apache.openjpa.lib.xml
Class XMLWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
org.apache.openjpa.lib.xml.XMLWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
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
-
Field Summary
Fields inherited from class java.io.FilterWriter
out
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.FilterWriter
close, flush
-
Constructor Details
-
XMLWriter
Construct an XMLWriter that will write to the given stream.
-
-
Method Details
-
write
- Overrides:
write
in classFilterWriter
- Throws:
IOException
-
write
- Overrides:
write
in classFilterWriter
- Throws:
IOException
-
write
- Overrides:
write
in classFilterWriter
- Throws:
IOException
-