| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: laz2_dom.pas line 622
type TDOMElement = class(TDOMNode_NS) |
||
protected |
||
|
||
function GetNodeType; override; |
|
|
function GetAttributes; override; |
|
|
procedure AttachDefaultAttrs; |
|
|
function InternalLookupPrefix(); |
|
|
procedure RestoreDefaultAttr(); |
|
|
public |
||
destructor Destroy; override; |
|
|
function CloneNode(); override; overload; |
|
|
function IsEmpty; virtual; |
|
|
procedure Normalize; override; |
|
|
|
||
function GetAttribute(); |
|
|
procedure SetAttribute(); |
|
|
procedure RemoveAttribute(); |
|
|
function GetAttributeNode(); |
|
|
function SetAttributeNode(); |
|
|
function RemoveAttributeNode(); |
|
|
function GetElementsByTagName(); |
|
|
function GetAttributeNS(); |
|
|
procedure SetAttributeNS(); |
|
|
procedure RemoveAttributeNS(); |
|
|
function GetAttributeNodeNS(); |
|
|
function SetAttributeNodeNS(); |
|
|
function GetElementsByTagNameNS(); |
|
|
function hasAttribute(); |
|
|
function hasAttributeNS(); |
|
|
function HasAttributes; override; |
|
|
property AttribStrings []: DOMString; default; [rw] |
|
|
end; |
|
||
| | | ||
|
||
| | | ||
|
||
| | | ||
|
||
| | | ||
TObject |
| lazarus-ccr.sourceforge.net |