documentgetelementsbytagnameNS04
IBM
The method getElementsByTagNameNS returns a NodeList of all the Elements with
a given local name and namespace URI in the order in which they are encountered
in a preorder traversal of the Document tree.
Invoke the getElementsByTagNameNS method on a new Document object with the values of
namespaceURI="null" and localName="0". This should return a nodeList of 0 items.
Neil Delima
2002-04-30