Creates a new DOM Element with the specified Namespace URI.
Source position: laz2_dom.pas line 526
public function TDOMDocument.CreateElementNS( |
const nsURI: DOMString; |
const QualifiedName: DOMString |
):TDOMElement; |
nsURI |
|
Namespace URI for the qualified name. |
QualifiedName |
|
Namespace Prefix and Local Name used as the tag name for the Element. |
DOM Element created in the method.
| Version 4.4 | Generated 2025-11-08 | Home |