public getValue(uri as String, localName as String) as String
Returns the value for a Namespace URI and local name.
| Parameter | Description |
|---|---|
uri | Namespace URI, or empty string. |
localName | Local name. |
Attribute value, or null when no attribute matches.
id = attrs.getValue("", "id")