Gets the value for the Attributes property.
Source position: laz2_dom.pas line 625
protected function TDOMElement.GetAttributes: TDOMNamedNodeMap; override; |
Value for the Attributes property.
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.
|
Contains Attribute for the DOM Node. |
|
|
Implements the NamedNodeMap interface in the DOM specification. |
| Version 4.4 | Generated 2025-11-08 | Home |