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

Returns the Namespace URI at an index.

Parameters
  • index Zero-based attribute index.
Returns

Namespace URI, or null when the index is invalid.

Example
uri = attrs.getURI(0)