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

Returns the value for a qualified name.

Parameters
  • qName Qualified attribute name.
Returns

Attribute value, or null when no attribute matches.

Example
id = attrs.getValue("id")