klyn.io.xml.sax.DefaultHandler.unparsedEntityDecl
method
public unparsedEntityDecl(name as String, publicId as String, systemId as String, notationName as String) as Void throws SAXException:
Description

Receives unparsed entity declarations.

Parameters
ParameterDescription
nameEntity name.
publicIdPublic identifier, or null.
systemIdSystem identifier.
notationNameAssociated notation name.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.unparsedEntityDecl("logo", null, "logo.gif", "gif")