org.xml.sax.AttributeList.getValue
method
public getValue(name as String) as String
Description

Returns the attribute value for a SAX1 qualified name.

Parameters
  • name Qualified attribute name.
Returns

Attribute value, or null when the name is unknown.

Example
id = attrs.getValue("id")