org.xml.sax.Parser.parse
method
public parse(systemId as String) as Void throws SAXException, IOException
Description

Parses XML from a system identifier.

Parameters
  • systemId Fully resolved system identifier.
Throws
  • SAXException if parsing fails.
  • IOException if the parser cannot read the input.
Example
parser.parse("file:/tmp/doc.xml")