public getValue(uri as String, localName as String) as String:
Returns an attribute value by Namespace URI and local name.
| Parameter | Description |
|---|---|
uri | Namespace URI, or empty string. |
localName | Local attribute name. |
Attribute value, or null when absent.
id = attrs.getValue("", "id")