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

Returns the value for a Namespace URI and local name.

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

Attribute value, or null when no attribute matches.

Example
id = attrs.getValue("", "id")