getNamespaceURI method
Returns the indexth namespaceURI item in the collection.
getNamespaceURI(index )
Parameters
unsigned long index
Index into the collection.
Returns
String. The namespace URI at the indexth position in the NameList, or null if there is no name for the specified index or if the index is out of range.
这对您有帮助吗?