[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XPath' (#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.0 Generated 2025-05-03 Home