klyn.io.xml.sax.SAXAttributes.getValue
method
public getValue(uri as String, localName as String) as String:
Description

Returns an attribute value by Namespace URI and local name.

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

Attribute value, or null when absent.

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