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

TDOMNamedNodeMap.removeNamedItemNS

Remove a DOM Node with the specified Namespace URI and local name.

Declaration

Source position: laz2_dom.pas line 407

public function TDOMNamedNodeMap.removeNamedItemNS(

  const namespaceURI: DOMString;

  const localName: DOMString

):TDOMNode; virtual;

Arguments

namespaceURI

  

Namespace URI for the item removed in the method.

localName

  

Local name for the item removed in the method.

Function result

Always Nil in TDOMNamedNodeMap.


Version 4.0 Generated 2025-05-03 Home