getElementsByTagNameNS (DOMElement - JavaScript)

Gets a node list of all descendant elements with a given local name in the order in which they are encountered.

Defined in

DOMElement

Syntax

getElementsByTagNameNS(namespaceURI:string, name:string) : DOMNodeList