org.xml.sax.ContentHandler.endElement
method
public endElement(uri as String, localName as String, qName as String) as Void throws SAXException
Description

Receives the end of an element.

Parameters
ParameterDescription
uriNamespace URI, or empty string.
localNameLocal name, or empty string.
qNameQualified name, or empty string.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.endElement("", "item", "item")