org.xml.sax.ext.DeclHandler.externalEntityDecl
method
public externalEntityDecl(name as String, publicId as String, systemId as String) as Void throws SAXException
Description

Reports an external entity declaration.

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