[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMDocument.CreateAttributeNS

Creates a new Attribute with the specified Namespace URI and qualified name.

Declaration

Source position: laz2_dom.pas line 528

public function TDOMDocument.CreateAttributeNS(

  const nsURI: DOMString;

  const QualifiedName: DOMString

):TDOMAttr;

Arguments

nsURI

  

Namespace URI for the qualified name.

QualifiedName

  

Namespace Prefix and Local Name used as the name for the Attribute.

Function result

DOM Attribute node created in the method.