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

Receives an unparsed entity declaration.

Parameters
ParameterDescription
nameEntity name.
publicIdPublic identifier, or null.
systemIdSystem identifier, or null.
notationNameAssociated notation name.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.unparsedEntityDecl("logo", null, "logo.gif", "gif")