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: AnsiString; |
const alocalName: AnsiString |
):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.6 | Hosted on Source Forge |