Name
getNamespaceURI: index(3)
Synopsis
Used to retrieve the namespace URI associated with a given
name from the list. Valid values for the index
argument are through length
- 1. If an invalid index is
provided or the name has no associated namespace URI, this method
returns null
.
Argument
- index: unsigned long
The index of the name to retrieve.
Java binding
public String getNamespaceURI(int index);