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

Reports the end of an entity.

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