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
  • uri Namespace URI, or empty string.
  • localName Local attribute name.
Returns

Attribute type, or null when absent.

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