org.xml.sax.InputSource.InputSource
constructor
public InputSource(characterStream as TextReader):
Description

Creates an input source from a character stream.

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