getElementsByTagNameNS: namespaceURI,
localName(2)
Like the getElementsByTagName(
)
method, this method returns a list of
Element
nodes (a NodeList
object) that have the criteria
given namespaceURI
and localName
. The resulting list contains
all elements matching the namespace URI and local name
restrictions, as they would be encountered in the original order
of the document.