org.xml.sax.Attributes.getType
method
public getType(uri as String, localName as String) as String
Description

Returns the type for a Namespace URI and local name.

Parameters
  • uri Namespace URI, or empty string.
  • localName Local name.
Returns

Attribute type, or null when no attribute matches.

Example
kind = attrs.getType("", "id")