getElementsByTagNameNS (DOMDocument - JavaScript)

Gets a node list of all the elements with a given local name and namespace URI in the order in which they are encountered in a traversal of the Document tree

Defined in

DOMDocument

Syntax

getElementsByTagNameNS(String namespaceURI, String localName) : DOMNodeList

Parameters Description
String namespaceURI
String localName