[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions need to remove an attribute node with the specified name.
Source position: laz2_dom.pas line 395
protected function TDOMNamedNodeMap.InternalRemove( |
const name: DOMString |
):TDOMNode; |
name |
|
Name of the attribute node affected in the method. |
DOM node for the attribute removed in the method, or Nil when not found.
Calls the FindSorted method to locate the DOM node with the specified name. The return value is the TDOMNode instance removed in the method after the OwnerElement for the attribute has be cleared. The return value is Nil if node with the specified name is not found in the node map.
|
Finds a DOM Node with the specified name in the sorted container. |
|
|
Deletes the DOM node at the specified position in the sorted list of nodes. |
|
|
Restores the default value for the attribute node with the specified name. |
|
|
DOM Element that owns the DOM Attribute node. |
Version 4.0 | Generated 2025-05-03 | Home |