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

Receives the end of an entity.

Parameters
  • name Entity name.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.endEntity("external")