getElementsByTagNameNS03 NIST The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList of all descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree. Create a NodeList of all the descendant elements using the "http://www.nist.gov" as the namespaceURI and the special value " " as the localName. The method should return a NodeList of elements that have "http://www.nist.gov as a namespace URI. Mary Brady 2001-08-17 "employee" "employeeId" "name" "position" "salary" "gender" "address" "emp:employee" "emp:employeeId" "emp:position" "emp:salary" "emp:gender" "emp:address" "address"