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

Returns the qualified name at the given index.

Parameters
  • index Zero-based attribute index.
Returns

Qualified name, empty string, or null when unavailable.

Example
qName = attrs.getQName(0)