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: AnsiString; |
const aLocalName: AnsiString |
):TDOMNodeList; |
nsURI |
|
Namespace URI for the requested nodes. |
aLocalName |
|
Local name for the requested nodes. |
DOM Node list created in the method.
| Version 4.6 | Hosted on Source Forge |