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

TDOMDocumentType.Entities

Entities declared in the Document Type declaration.

Declaration

Source position: laz2_dom.pas line 719

public property TDOMDocumentType.Entities : TDOMNamedNodeMap
  read GetEntities;

Description

Entities is a read-only TDOMNamedNodeMap property which contains the internal and external general entities declared in the DTD. It does not contain parameter entities.

See also

TDOMNamedNodeMap

  

Implements the NamedNodeMap interface in the DOM specification.

TXMLDocument.CreateEntityReference

  

Creates a new Entity Reference in the document.


Version 4.0 Generated 2025-05-03 Home