| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the value for the Attributes property.
Source position: laz2_dom.pas line 626
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. |