public unparsedEntityDecl(name as String, publicId as String, systemId as String, notationName as String) as Void throws SAXException
Receives an unparsed entity declaration.
handler.unparsedEntityDecl("logo", null, "logo.gif", "gif")