klyn.io.xml.sax.DefaultHandler.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
  • uri Namespace URI, or empty string.
  • localName Local name, or empty string.
  • qName Qualified name.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.endElement("", "item", "item")