klyn.io.xml.sax.SAXParser.parse
method
public parse(systemId as String) as Void throws IOException, SAXException:
Description

Parses XML from a system identifier.

Parameters
  • systemId System identifier or local file path.
Throws
  • IOException if input cannot be read.
  • SAXException if parsing fails.
Example
parser.parse("file:/tmp/doc.xml")