org.xml.sax.ext.DeclHandler.externalEntityDecl
method
public externalEntityDecl(name as String, publicId as String, systemId as String) as Void throws SAXException
Description

Reports an external entity declaration.

Parameters
  • name Entity name.
  • publicId Public identifier, or `null`.
  • systemId System identifier.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.externalEntityDecl("logo", null, "logo.svg")