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
ParameterDescription
nameNotation name.
publicIdPublic identifier, or null.
systemIdSystem identifier, or null.
Example
handler.notationDecl("gif", null, "image/gif")