Gets the value for an Attribute with the specified Namespace URI and local name.
Source position: laz2_dom.pas line 644
public function TDOMElement.GetAttributeNS( |
const nsURI: DOMString; |
const aLocalName: DOMString |
):DOMString; |
nsURI |
|
Namespace URI for the Attribute requested in the method. |
aLocalName |
|
Local name for the Attribute requested in the method. |
Value for the DOM Attribute requested in the method.
| Version 4.4 | Generated 2025-11-08 | Home |