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

Parses XML from an input source.

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