public startElement(name as String, atts as AttributeList) as Void throws SAXException:
Receives the start of an element through the SAX1 DocumentHandler API.
| Parameter | Description |
|---|---|
name | Element name. |
atts | Attribute list. |
handler.startElement("item", attributes)