org.xml.sax.HandlerBase.notationDecl
method
public notationDecl(name as String, publicId as String, systemId as String) as Void throws SAXException:
Description

Receives notation declarations.

Parameters
  • name Notation name.
  • publicId Public identifier, or `null`.
  • systemId System identifier, or `null`.
Example
handler.notationDecl("gif", null, "image/gif")