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

Parses XML from a system identifier.

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