Programmer's Guide > Interfaces > W3C NameList interface > getName method
  
getName method
Returns the indexth name item in the collection.
getName(index )
Parameters
unsigned longindex
Index into the collection.
Returns
String. The name 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.