klyn.io.xml.sax.DefaultHandler2.startDTD
method
public startDTD(name as String, publicId as String, systemId as String) as Void throws SAXException:
Description

Receives the beginning of a DTD declaration.

Parameters
  • name Document type name.
  • publicId Public identifier, or `null`.
  • systemId System identifier, or `null`.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.startDTD("book", null, "book.dtd")