org.xml.sax.AttributeList.getType
method
public getType(index as Int) as String
Description

Returns the attribute type at the given index.

Parameters
  • index Zero-based attribute index.
Returns

Attribute type, or null when the index is outside the list.

Example
kind = attrs.getType(0)