public startDTD(name as String, publicId as String, systemId as String) as Void throws SAXException:
Receives the beginning of a DTD declaration.
| Parameter | Description |
|---|---|
name | Document type name. |
publicId | Public identifier, or null. |
systemId | System identifier, or null. |
handler.startDTD("book", null, "book.dtd")