Function Document.getElementsByTagNameNS
Returns a NodeList
of all the Element
s 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 --