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

TDOMDocument.CreateElementNS

Creates a new DOM Element with the specified Namespace URI.

Declaration

Source position: laz2_dom.pas line 527

public function TDOMDocument.CreateElementNS(

  const nsURI: DOMString;

  const QualifiedName: DOMString

):TDOMElement;

Arguments

nsURI

  

Namespace URI for the qualified name.

QualifiedName

  

Namespace Prefix and Local Name used as the tag name for the Element.

Function result

DOM Element created in the method.