Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Get the character stream that was set with setReader.
Set method documentation [Android Documentation]
Set the input to be a character reader. Normally,
a stream should be used rather than a reader, so that
the XML parser can resolve character encoding specified
by the XML declaration. However, in many cases the encoding
of the input stream is already resolved, as in the case of
reading XML from a StringReader.