Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TDOMDocument.ImportNode

Imports a copy of the DOM node into the current document.

Declaration

Source position: laz2_dom.pas line 525

public function TDOMDocument.ImportNode(

  ImportedNode: TDOMNode;

  Deep: Boolean

):TDOMNode;

Arguments

ImportedNode

  

Node with values to import in the method.

Deep

  

Indicates if the entire DOM sub-tree is included in the process.

Function result

DOM node created in the method.


Version 4.4 Generated 2025-11-08 Home