public parse(systemId as String, handler as DefaultHandler) as Void throws IOException, SAXException:
Parses a system identifier with a DefaultHandler.
| Parameter | Description |
|---|---|
systemId | System identifier or local file path. |
handler | Handler receiving SAX callbacks. |
parser.parse("file:/tmp/doc.xml", DefaultHandler())