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
ParameterDescription
nameNotation name.
publicIdPublic identifier, or null.
systemIdSystem 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")