klyn.io.xml.sax.DefaultHandler.startElement
method
public startElement(uri as String, localName as String, qName as String, atts as Attributes) as Void throws SAXException:
Description

Receives the beginning of an element.

Parameters
ParameterDescription
uriNamespace URI, or empty string.
localNameLocal name, or empty string.
qNameQualified name.
attsElement attributes.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.startElement("", "item", "item", SAXAttributes())