public notationDecl(name as String, publicId as String, systemId as String) as Void throws SAXException:
Receives notation declarations.
| Parameter | Description |
|---|---|
name | Notation name. |
publicId | Public identifier, or null. |
systemId | System identifier, or null. |
handler.notationDecl("gif", null, "image/gif")