[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |