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

Receives the end of an element.

Parameters
  • name SAX1 qualified element name.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.endElement("item")