Remove a DOM Node with the specified Namespace URI and local name.
Source position: laz2_dom.pas line 407
public function TDOMNamedNodeMap.removeNamedItemNS( |
const namespaceURI: DOMString; |
const localName: DOMString |
):TDOMNode; virtual; |
namespaceURI |
|
Namespace URI for the item removed in the method. |
localName |
|
Local name for the item removed in the method. |
Always Nil in TDOMNamedNodeMap.
| Version 4.4 | Generated 2025-11-08 | Home |