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

TDOMElement.GetAttributeNS

Gets the value for an Attribute with the specified Namespace URI and local name.

Declaration

Source position: laz2_dom.pas line 645

public function TDOMElement.GetAttributeNS(

  const nsURI: DOMString;

  const aLocalName: DOMString

):DOMString;

Arguments

nsURI

  

Namespace URI for the Attribute requested in the method.

aLocalName

  

Local name for the Attribute requested in the method.

Function result

Value for the DOM Attribute requested in the method.


Version 3.2 Generated 2024-02-25 Home