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