| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: laz2_dom.pas line 706
type TDOMDocumentType = class(TDOMNode) |
||
protected |
||
|
||
|
||
|
||
|
||
|
||
|
||
function GetEntities; |
|
|
function GetNotations; |
|
|
function GetNodeType; override; |
|
|
function GetNodeName; override; |
|
|
public |
||
destructor Destroy; override; |
|
|
|
||
property Entities: TDOMNamedNodeMap; [r] |
|
|
property Notations: TDOMNamedNodeMap; [r] |
|
|
|
||
|
||
property InternalSubset: DOMString; [r] |
|
|
end; |
|
||
| | | ||
|
||
| | | ||
TObject |
| lazarus-ccr.sourceforge.net |