org.w3c.dom.NameList.getNamespaceURI
method
public getNamespaceURI(index as Int) as String
Description

Returns the namespace URI at an index.

Parameters
  • index Zero-based entry index.
Returns

Namespace URI, or null.

Example
uri = names.getNamespaceURI(0)