org.xml.sax.HandlerBase.endElement
method
public endElement(name as String) as Void throws SAXException:
Description

Receives the end of an element through the SAX1 DocumentHandler API.

Parameters
  • name Element name.
Example
handler.endElement("item")