Gets a Node list with Elements having the specified Namespace URI and local name.
Source position: laz2_dom.pas line 649
public function TDOMElement.GetElementsByTagNameNS( |
const nsURI: DOMString; |
const aLocalName: DOMString |
):TDOMNodeList; |
nsURI |
|
Namespace URI for the requested nodes. |
aLocalName |
|
Local name for the requested nodes. |
DOM Node list created in the method.
| Version 4.4 | Generated 2025-11-08 | Home |