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

Returns the Namespace URI at the given index.

Parameters
  • index Zero-based attribute index.
Returns

Namespace URI, empty string, or null when the index is invalid.

Example
uri = attrs.getURI(0)