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

TXPathFilterNode.Evaluate

Evaluates the XPath expression.

Declaration

Source position: laz2_xpath.pas line 216

public function TXPathFilterNode.Evaluate(

  AContext: TXPathContext;

  AEnvironment: TXPathEnvironment

):TXPathVariable; override;

Arguments

AContext

  

Context node for the expression.

AEnvironment

  

XPath environment for the evaluation.

Function result

Result for the evaluated expression.


Version 4.0 Generated 2025-05-03 Home