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
ParameterDescription
nameNotation name.
publicIdPublic identifier, or null.
systemIdSystem identifier, or null.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.notationDecl("gif", null, "image/gif")