org.xml.sax.InputSource.setCharacterStream
method
public setCharacterStream(characterStream as TextReader) as Void:
Description

Sets the character stream.

Parameters
  • characterStream Character stream containing XML data.
Example
input.setCharacterStream(reader)