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

Receives unparsed entity declarations.

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