klyn.io.xml.sax.SAXAttributes.getValue
method
public getValue(qName as String) as String:
Description

Returns an attribute value by qualified name.

Parameters
  • qName Qualified attribute name.
Returns

Attribute value, or null when absent.

Example
id = attrs.getValue("id")