Stores the new DOM Attribute node in an existing Namespaced Attribute node.
Source position: laz2_dom.pas line 648
public function TDOMElement.SetAttributeNodeNS( |
newAttr: TDOMAttr |
):TDOMAttr; |
newAttr |
|
DOM Attribute node with the Namespace URI, Local name, and value stored in the method. |
Existing DOM Attribute node updated in the method.
| Version 4.4 | Generated 2025-11-08 | Home |