org.xml.sax.AttributeList.getName
method
public getName(index as Int) as String
Description

Returns the attribute name at the given index.

Parameters
  • index Zero-based attribute index.
Returns

Attribute name, or null when the index is outside the list.

Example
name = attrs.getName(0)