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
ParameterDescription
nameElement name.
attsAttribute list.
Example
handler.startElement("item", attributes)