[Overview][Types][Classes][Procedures and functions][Index] |
Evaluates the XPath expression.
Source position: laz2_xpath.pas line 136
public function TXPathNegationNode.Evaluate( |
AContext: TXPathContext; |
AEnvironment: TXPathEnvironment |
):TXPathVariable; override; |
AContext |
|
Context node for the expression. |
AEnvironment |
|
XPath environment for the evaluation. |
Result for the evaluated expression.
Evaluate is an overridden TXPathVariable function used to get the derived value for the XPath expression. Evaluate implements the abstract method defined in the ancestor class.
Evaluate uses the value in the AContext and AEnvironment parameters to calculate the numeric value for the expression.
|
Base class used to represent an XPath variables and results. |
|
|
Represents the Context for an XPath expression. |
|
|
Provides access to functions and variables available in the XPath environment. |
Version 4.0 | Generated 2025-05-03 | Home |