org.xml.sax.ext.DeclHandler.internalEntityDecl
method
public internalEntityDecl(name as String, value as String) as Void throws SAXException
Description

Reports an internal entity declaration.

Parameters
  • name Entity name.
  • value Replacement text.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.internalEntityDecl("nbsp", " ")