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
ParameterDescription
nameEntity name.
publicIdPublic identifier, or null.
systemIdSystem identifier.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.externalEntityDecl("logo", null, "logo.svg")