org.xml.sax.InputSource.InputSource
constructor
public InputSource(systemId as String):
Description

Creates an input source from a system identifier.

Parameters
  • systemId Fully resolved system identifier.
Example
input = InputSource("file:/tmp/doc.xml")