Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Get the character stream that was set with setWriter.
Set method documentation [Android Documentation]
Set the writer that is to receive the result. Normally,
a stream should be used rather than a writer, so that
the transformer may use instructions contained in the
transformation instructions to control the encoding. However,
there are times when it is useful to write to a writer,
such as when using a StringWriter.