org.xml.sax.HandlerBase.startElement
method
public startElement(name as String, atts as AttributeList) as Void throws SAXException:
Description

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

Parameters
  • name Element name.
  • atts Attribute list.
Example
handler.startElement("item", attributes)