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

TDOMElement.hasAttributeNS

Indicates if Attributes contains an attribute with the specified Namespace URI and local name.

Declaration

Source position: laz2_dom.pas line 652

public function TDOMElement.hasAttributeNS(

  const nsURI: DOMString;

  const aLocalName: DOMString

):Boolean;

Arguments

nsURI

  

Namespace URI for the DOM Attribute.

aLocalName

  

Local name for the DOM Attribute.

Function result

True Attributes contains an entry with the specified Namespace URI and local name.


Version 3.2 Generated 2024-02-25 Home