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

Returns the attribute type at an index.

Parameters
  • index Zero-based attribute index.
Returns

Attribute type, or null when the index is invalid.

Example
kind = attrs.getType(0)