[Overview][Types][Classes][Procedures and functions][Index] |
Specifies the method used to evaluate an XPath Predicate Expression.
Source position: laz2_xpath.pas line 91
public function TXPathExprNode.Evaluate( |
AContext: TXPathContext; |
AEnvironment: TXPathEnvironment |
):TXPathVariable; virtual; abstract; |
AContext |
|
Context node for the expression. |
AEnvironment |
|
XPath environment for the evaluation. |
Contains the result for the evaluated expression.
Evaluate is an abstract virtual TXPathVariable function which specifies the interface used to evaluate an XPath Predicate Expression. Evaluate must be implemented in descendent classes which handles specific Predicate Expression types in the XPath syntax.
|
Base class used to represent an XPath variables and results. |
Version 4.0 | Generated 2025-05-03 | Home |