public externalEntityDecl(name as String, publicId as String, systemId as String) as Void throws SAXException
Reports an external entity declaration.
| Parameter | Description |
|---|---|
name | Entity name. |
publicId | Public identifier, or null. |
systemId | System identifier. |
handler.externalEntityDecl("logo", null, "logo.svg")