Creates a new DOM Element with the specified Namespace URI.
Source position: laz2_dom.pas line 526
public function TDOMDocument.CreateElementNS( |
const nsURI: AnsiString; |
const QualifiedName: AnsiString |
):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.6 | Hosted on Source Forge |