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

Returns the attribute value at the given index.

Parameters
  • index Zero-based attribute index.
Returns

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

Example
value = attrs.getValue(0)