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

TDOMNamedNodeMap.InternalRemove

Performs actions need to remove an attribute node with the specified name.

Declaration

Source position: laz2_dom.pas line 395

protected function TDOMNamedNodeMap.InternalRemove(

  const name: DOMString

):TDOMNode;

Arguments

name

  

Name of the attribute node affected in the method.

Function result

DOM node for the attribute removed in the method, or Nil when not found.

Description

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.

See also

TDOMNamedNodeMap.FindSorted

  

Finds a DOM Node with the specified name in the sorted container.

TDOMNamedNodeMap.DeleteSorted

  

Deletes the DOM node at the specified position in the sorted list of nodes.

TDOMNamedNodeMap.RestoreDefault

  

Restores the default value for the attribute node with the specified name.

TDOMAttr.OwnerElement

  

DOM Element that owns the DOM Attribute node.


Version 4.0 Generated 2025-05-03 Home