Unit 'Laz2_XPath' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TXPathFunctionNode.Create

Constructor for the class instance.

Declaration

Source position: laz2_xpath.pas line 123

public constructor TXPathFunctionNode.Create(

  const AName: DOMString;

  const Args: TXPathNodeArray

);

Arguments

AName

  

Name of the XPath function represented by the class instance.

Args

  

TXPathNodeArray instance with the arguments passed to the function.


Version 4.6 Generated 2026-02-20 Home