org.xml.sax.Attributes.getLocalName
method
public getLocalName(index as Int) as String
Description

Returns the local name at the given index.

Parameters
  • index Zero-based attribute index.
Returns

Local name, empty string, or null when the index is invalid.

Example
localName = attrs.getLocalName(0)