klyn.io.xml.sax.SAXAttributes.getValue
method
public getValue(uri as String, localName as String) as String:
Description

Returns an attribute value by Namespace URI and local name.

Parameters
ParameterDescription
uriNamespace URI, or empty string.
localNameLocal attribute name.
Returns

Attribute value, or null when absent.

Example
id = attrs.getValue("", "id")