| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: laz2_dom.pas line 384
type TDOMNamedNodeMap = class(TObject) |
||
protected |
||
|
||
|
||
function GetPosItem(); |
||
function GetSortedItem(); |
||
function GetLength; |
|
|
function FindSorted(); |
||
function DeleteSorted(); |
||
procedure RestoreDefault(); |
|
|
function InternalRemove(); |
|
|
function ValidateInsert(); |
|
|
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
function GetNamedItem(); |
|
|
function SetNamedItem(); |
|
|
function RemoveNamedItem(); |
|
|
function getNamedItemNS(); virtual; |
|
|
function setNamedItemNS(); virtual; |
|
|
function removeNamedItemNS(); virtual; |
|
|
|
||
property SortedItem []: TDOMNode; [r] |
||
|
||
end; |
|
||
| | | ||
| lazarus-ccr.sourceforge.net |