public parse(input as InputSource, handler as ContentHandler) as Void throws IOException, SAXException:
Parses an input source with a content handler.
parser.parse(InputSource("file:/tmp/doc.xml"), contentHandler)