Writer
. The {@link #writeTo(Writer, int begin, int end)} method allows the output of a portion of the output document.
If the output is required in the form of a Reader
, use {@link CharStreamSourceUtil#getReader(CharStreamSource) CharStreamSourceUtil.getReader(this)} instead.
@param writer the destination java.io.Writer
for the output.
@throws IOException if an I/O exception occurs.
@see #toString()
|
|