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

TDOMElement.GetAttributes

Gets the value for the Attributes property.

Declaration

Source position: laz2_dom.pas line 626

protected function TDOMElement.GetAttributes: TDOMNamedNodeMap; override;

Function result

Value for the Attributes property.

Description

GetAttributes is an overridden TDOMNamedNodeMap function in TDOMElement used to get the value for the Attributes property. It ensures that a TAttributeMap instance has been allocated for the Attributes member. TAttributeMap is an implementation class which provides namespace support in the TDOMNamedNodeMap descendant.

See also

TDOMNode.Attributes

  

Contains Attribute for the DOM Node.

TDOMNamedNodeMap

  

Implements the NamedNodeMap interface in the DOM specification.


Version 3.2 Generated 2024-02-25 Home