Creates a copy of the DOM Attribute.
Source position: laz2_dom.pas line 605
public function TDOMAttr.CloneNode( |
deep: Boolean; |
ACloneOwner: TDOMDocument |
):TDOMNode; override; overload; |
deep |
|
Provided to remain compatible with the interface defined in DOM Node; not used in DOM Attributes. |
ACloneOwner |
|
Document that owns the new DOM Attribute node. |
DOM Attribute created in the method.
|
Makes a copy of the DOM node. |
| Version 4.4 | Generated 2025-11-08 | Home |