public getValue(index as Int) as String:
Returns the attribute value at an index.
Attribute value, or null when the index is invalid.
null
value = attrs.getValue(0)