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

Returns the attribute value at an index.

Parameters
  • index Zero-based attribute index.
Returns

Attribute value, or null when the index is invalid.

Example
value = attrs.getValue(0)