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

TDOMDocumentType.GetNotations

Gets the value for the Notations property.

Declaration

Source position: laz2_dom.pas line 713

protected function TDOMDocumentType.GetNotations: TDOMNamedNodeMap;

Function result

Value for the Notations property.

Description

Ensures that a TDOMNamedNodeMap instance using the NOTATION_NODE node type has been allocated for the Notations property.

See also

TDOMDocumentType.Notations

  

Notations declared in the Document Type declaration.

TDOMNamedNodeMap

  

Implements the NamedNodeMap interface in the DOM specification.

NOTATION_NODE

  

Represents the node type for DOM Notation Declarations.


Version 4.0 Generated 2025-05-03 Home