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

Reports the end of an entity.

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