klyn.io.xml.sax.DefaultHandler2.externalEntityDecl
method
public externalEntityDecl(name as String, publicId as String, systemId as String) as Void throws SAXException:
Description

Receives an external entity declaration.

Parameters
  • name Entity name.
  • publicId Public identifier, or `null`.
  • systemId System identifier.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.externalEntityDecl("logo", null, "logo.svg")