klyn.io.xml.sax.SAXAttributes.getLocalName
method
public getLocalName(index as Int) as String:
Description

Returns the local name at an index.

Parameters
  • index Zero-based attribute index.
Returns

Local name, or null when the index is invalid.

Example
localName = attrs.getLocalName(0)