InputSource.setCharacterStream(charfile)
Set the character stream (a text file) 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.
Please login to continue.