[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Makes a copy of the DOM Node.
Source position: laz2_dom.pas line 791
public function TDOMProcessingInstruction.CloneNode( |
deep: Boolean; |
ACloneOwner: TDOMDocument |
):TDOMNode; override; overload; |
deep |
|
True if child nodes are recursively copied in the method. |
ACloneOwner |
|
Document which owns the cloned processing instruction node. |
DOM Node created in the method.
|
Makes a copy of the DOM node. |
Version 4.0 | Generated 2025-05-03 | Home |