public InputSource (Reader characterStream)

Create a new input source with a character stream.

Application writers should use setSystemId() to provide a base for resolving relative URIs, and may use setPublicId to include a public identifier.

The character stream shall not include a byte order mark.

See also:
setPublicId, setSystemId, setByteStream, setCharacterStream