Function Document.getElementsByTagNameNS
Returns a NodeList of all the Elements with a given local name and
namespace URI in document order.
Prototype
NodeList!DOMString getElementsByTagNameNS(
DOMString namespaceURI,
DOMString localName
);
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --