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