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

TDOMElement.GetAttributeNodeNS

Gets the DOM Attribute node with the specified Namespace URI and local name.

Declaration

Source position: laz2_dom.pas line 648

public function TDOMElement.GetAttributeNodeNS(

  const nsURI: DOMString;

  const aLocalName: DOMString

):TDOMAttr;

Arguments

nsURI

  

Namespace URI for the DOM Attribute.

aLocalName

  

Local name for the DOM Attribute.

Function result

DOM Attribute node with the requested Namespace URI and local name.