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

TDOMProcessingInstruction.CloneNode

Makes a copy of the DOM Node.

Declaration

Source position: laz2_dom.pas line 791

public function TDOMProcessingInstruction.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 processing instruction node.

Function result

DOM Node created in the method.

See also

TDOMNode.CloneNode

  

Makes a copy of the DOM node.


Version 4.0 Generated 2025-05-03 Home