klyn.io.xml.sax.SAXAttributes.getIndex
method
public getIndex(qName as String) as Int:
Description

Finds an attribute by qualified name.

Parameters
  • qName Qualified attribute name.
Returns

Zero-based index, or -1 when absent.

Example
index = attrs.getIndex("xml:lang")