org.xml.sax.Parser.parse
method
public parse(input as InputSource) as Void throws SAXException, IOException
Description

Parses XML from an input source.

Parameters
  • input XML input source.
Throws
  • SAXException if parsing fails.
  • IOException if the parser cannot read the input.
Example
parser.parse(InputSource("file:/tmp/doc.xml"))