klyn.io.xml.sax.DefaultHandler2.internalEntityDecl
method
public internalEntityDecl(name as String, value as String) as Void throws SAXException:
Description

Receives an internal entity declaration.

Parameters
  • name Entity name.
  • value Replacement text.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.internalEntityDecl("copy", "(c)")