[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the value for the Entities property.
Source position: laz2_dom.pas line 712
protected function TDOMDocumentType.GetEntities: TDOMNamedNodeMap; |
Value for the Entities property.
Ensures that a TDOMNamedNodeMap instance using the ENTITY_NODE node type has been allocated for the Entities property.
|
Entities declared in the Document Type declaration. |
|
|
Implements the NamedNodeMap interface in the DOM specification. |
|
|
Represents the node type for DOM Entities. |
Version 4.0 | Generated 2025-05-03 | Home |