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

Receives the end of a document.

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