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

TDOMElement.SetAttributeNodeNS

Stores the new DOM Attribute node in an existing Namespaced Attribute node.

Declaration

Source position: laz2_dom.pas line 649

public function TDOMElement.SetAttributeNodeNS(

  newAttr: TDOMAttr

):TDOMAttr;

Arguments

newAttr

  

DOM Attribute node with the Namespace URI, Local name, and value stored in the method.

Function result

Existing DOM Attribute node updated in the method.