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

Returns the attribute type for a SAX1 qualified name.

Parameters
  • name Qualified attribute name.
Returns

Attribute type, or null when the name is unknown.

Example
kind = attrs.getType("id")