org.xml.sax.HandlerBase.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.
Example
handler.unparsedEntityDecl("logo", null, "logo.gif", "gif")