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

TDOMAttr.CloneNode

Creates a copy of the DOM Attribute.

Declaration

Source position: laz2_dom.pas line 605

public function TDOMAttr.CloneNode(

  deep: Boolean;

  ACloneOwner: TDOMDocument

):TDOMNode; override; overload;

Arguments

deep

  

Provided to remain compatible with the interface defined in DOM Node; not used in DOM Attributes.

ACloneOwner

  

Document that owns the new DOM Attribute node.

Function result

DOM Attribute created in the method.

See also

TDOMNode.CloneNode

  

Makes a copy of the DOM node.


Version 4.0 Generated 2025-05-03 Home