klyn.io.xml.sax.SAXAttributes.getName
method
public getName(index as Int) as String:
Description

Returns the SAX1 qualified attribute name at an index.

Parameters
  • index Zero-based attribute index.
Returns

Qualified name, or null when the index is invalid.

Example
name = attrs.getName(0)