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
ParameterDescription
nameDocument type name.
publicIdPublic identifier, or null.
systemIdSystem 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")