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

Receives the beginning of an element.

Parameters
  • name SAX1 qualified element name.
  • atts SAX1 attribute list.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.startElement("item", attrs)