org.xml.sax.Attributes.getType
method
public getType(qName as String) as String
Description

Returns the type for a qualified name.

Parameters
  • qName Qualified attribute name.
Returns

Attribute type, or null when no attribute matches.

Example
kind = attrs.getType("id")