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