Gets the DOM Attribute node with the specified Namespace URI and local name.
Source position: laz2_dom.pas line 647
public function TDOMElement.GetAttributeNodeNS( |
const nsURI: DOMString; |
const aLocalName: DOMString |
):TDOMAttr; |
nsURI |
|
Namespace URI for the DOM Attribute. |
aLocalName |
|
Local name for the DOM Attribute. |
DOM Attribute node with the requested Namespace URI and local name.
| Version 4.4 | Generated 2025-11-08 | Home |