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

Receives a notation declaration.

Parameters
  • name Notation name.
  • publicId Public identifier, or `null`.
  • systemId System identifier, or `null`.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.notationDecl("gif", null, "image/gif")