[Overview][Types][Classes][Procedures and functions][Index] |
Returns the value for the constant node and increments its reference count.
Source position: laz2_xpath.pas line 103
public function TXPathConstantNode.Evaluate( |
AContext: TXPathContext; |
AEnvironment: TXPathEnvironment |
):TXPathVariable; override; |
AContext |
|
Context node for the evaluation. |
AEnvironment |
|
XPath environment for the evaluation. |
Value for the constant node.
The context node and the XPath environment arguments are not used in the method.
Version 4.0 | Generated 2025-05-03 | Home |