public unparsedEntityDecl(name as String, publicId as String, systemId as String, notationName as String) as Void throws SAXException:
Receives unparsed entity declarations.
| Parameter | Description |
|---|---|
name | Entity name. |
publicId | Public identifier, or null. |
systemId | System identifier. |
notationName | Associated notation name. |
handler.unparsedEntityDecl("logo", null, "logo.gif", "gif")