[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMDocumentType.GetEntities

Gets the value for the Entities property.

Declaration

Source position: laz2_dom.pas line 712

protected function TDOMDocumentType.GetEntities: TDOMNamedNodeMap;

Function result

Value for the Entities property.

Description

Ensures that a TDOMNamedNodeMap instance using the ENTITY_NODE node type has been allocated for the Entities property.

See also

TDOMDocumentType.Entities

  

Entities declared in the Document Type declaration.

TDOMNamedNodeMap

  

Implements the NamedNodeMap interface in the DOM specification.

ENTITY_NODE

  

Represents the node type for DOM Entities.


Version 4.0 Generated 2025-05-03 Home