org.xml.sax.ext.LexicalHandler.startDTD
method
public startDTD(name as String, publicId as String, systemId as String) as Void throws SAXException
Description

Reports the start of a DTD declaration.

Parameters
  • name Document type name.
  • publicId Public identifier, or `null`.
  • systemId System identifier, or `null`.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.startDTD("book", null, "book.dtd")