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

Returns the qualified name at an index.

Parameters
  • index Zero-based attribute index.
Returns

Qualified name, or null when the index is invalid.

Example
qName = attrs.getQName(0)