org.xml.sax.ext.LexicalHandler.startEntity
method
public startEntity(name as String) as Void throws SAXException
Description

Reports the start of an entity.

Parameters
  • name Entity name.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.startEntity("logo")