public parse(systemId as String, handler as ContentHandler) as Void throws IOException, SAXException:
Parses a system identifier with a content handler.
| Parameter | Description |
|---|---|
systemId | System identifier or local file path. |
handler | Content handler receiving document events. |
parser.parse("file:/tmp/doc.xml", contentHandler)