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

Returns an attribute type by Namespace URI and local name.

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

Attribute type, or null when absent.

Example
kind = attrs.getType("", "id")