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