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

Receives the beginning 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.startEntity("external")