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