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
ParameterDescription
nameDocument type name.
publicIdPublic identifier, or null.
systemIdSystem identifier, or null.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.startDTD("book", null, "book.dtd")