setCharacterStream

open fun setCharacterStream(characterStream: Reader?)

Set the character stream for this input source.

If there is a character stream specified, the SAX parser will ignore any byte stream and will not attempt to open a URI connection to the system identifier.

Parameters

characterStream

The character stream containing the XML document or other entity.

See also

.getCharacterStream