| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
Makes a copy of the DOM Node.
Source position: laz2_dom.pas line 792
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. |