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

TDOMNode_WithChildren

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: laz2_dom.pas line 316

type TDOMNode_WithChildren = class(TDOMNode)

protected

  FFirstChild: TDOMNode;

  

  FLastChild: TDOMNode;

  

  FChildNodes: TDOMNodeList;

  

  function GetFirstChild; override;

  

  function GetLastChild; override;

  

  procedure CloneChildren();

  

  procedure FreeChildren;

  

  function GetTextContent; override;

  

  procedure SetTextContent(); override;

  

public

  destructor Destroy; override;

  

  function InsertBefore(); override;

  

  function ReplaceChild(); override;

  

  function DetachChild(); override;

  

  function HasChildNodes; override;

  

  function GetChildCount; override;

  function FindNode(); override;

  

  procedure InternalAppend();

  

end;

Inheritance

TDOMNode_WithChildren

  

|

TDOMNode

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.