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

TDOMDocumentType.Notations

Notations declared in the Document Type declaration.

Declaration

Source position: laz2_dom.pas line 720

public property TDOMDocumentType.Notations : TDOMNamedNodeMap
  read GetNotations;

Description

Notations is a read-only TDOMNamedNodeMap property which contains the Notation declarations for the DTD. From the XML 1.0 Specification:

"Notations identify by name the format of unparsed entities, the format of elements which bear a notation attribute, or the application to which a processing instruction is addressed."

See also

TDOMNamedNodeMap

  

Implements the NamedNodeMap interface in the DOM specification.


Version 4.0 Generated 2025-05-03 Home