org.xml.sax.ContentHandler.startDocument
method
public startDocument() as Void throws SAXException
Description

Receives the beginning of a document.

Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.startDocument()