Gets a list of nodes with the specified Namespace URI and local name.
Source position: laz2_dom.pas line 528
public function TDOMDocument.GetElementsByTagNameNS( |
const nsURI: DOMString; |
const alocalName: DOMString |
):TDOMNodeList; |
nsURI |
|
Namespace URI for the specified tag name. |
alocalName |
|
Local name (QualifiedName sans Prefix) for nodes included in the list. |
Node list created for nodes with the specified tag name.
| Version 4.4 | Generated 2025-11-08 | Home |