klyn.io.xml.sax.SAXAttributes.getType
method
public getType(qName as String) as String:
Description

Returns an attribute type by qualified name.

Parameters
  • qName Qualified attribute name.
Returns

Attribute type, or null when absent.

Example
kind = attrs.getType("id")