[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Notations declared in the Document Type declaration.
Source position: laz2_dom.pas line 720
public property TDOMDocumentType.Notations : TDOMNamedNodeMap |
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."
|
Implements the NamedNodeMap interface in the DOM specification. |
Version 4.0 | Generated 2025-05-03 | Home |