org.xml.sax.Attributes.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 invalid.

Example
value = attrs.getValue(0)