klyn.io.xml.sax.DefaultHandler.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`.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.notationDecl("gif", null, "image/gif")