| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: laz2_dom.pas line 316
type TDOMNode_WithChildren = class(TDOMNode) |
||
protected |
||
|
||
|
||
|
||
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; |
|
||
| | | ||
|
||
| | | ||
TObject |
| lazarus-ccr.sourceforge.net |