public parse(input as InputSource, handler as ContentHandler) as Void throws IOException, SAXException:
Parses an input source with a content handler.
| Parameter | Description |
|---|---|
input | XML input source. |
handler | Content handler receiving document events. |
parser.parse(InputSource("file:/tmp/doc.xml"), contentHandler)