[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |