[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMNotation.CloneNode

Makes a copy of the DOM Node.

Declaration

Source position: laz2_dom.pas line 740

public function TDOMNotation.CloneNode(

  deep: Boolean;

  ACloneOwner: TDOMDocument

):TDOMNode; override; overload;

Arguments

deep

  

True if child nodes are recursively copied in the method.

ACloneOwner

  

Document which owns the cloned notation node.

Function result

DOM Node created in the method.


Version 3.2 Generated 2024-02-25 Home