org.xml.sax.DTDHandler.unparsedEntityDecl
method
public unparsedEntityDecl(name as String, publicId as String, systemId as String, notationName as String) as Void throws SAXException
Description

Receives an unparsed entity declaration.

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