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
ParameterDescription
nameSAX1 qualified element name.
attsSAX1 attribute list.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.startElement("item", attrs)