org.xml.sax.Attributes.getIndex
method
public getIndex(qName as String) as Int
Description

Returns the index for a qualified name.

Parameters
  • qName Qualified attribute name.
Returns

Zero-based index, or -1 when no attribute matches.

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