[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Represents an XPath variable expression.
Source position: laz2_xpath.pas line 108
type TXPathVariableNode = class(TXPathExprNode) |
||
public |
||
constructor Create(); |
|
Constructor for the class instance. |
function Evaluate(); override; |
|
Evaluates the XPath expression. |
end; |
|
Represents an XPath variable expression. |
|
| | | ||
|
Defines the base class used to evaluate XPath expressions. |
|
| | | ||
TXPathVariableNode is a TXPathExprNode descendant that represents an XPath Variable Reference expression in the XPath syntax. For example:
$prefix:varname
TXPathVariableNode provides an overridden Evaluate method that is used to get the value for the node from the variable bindings in the XPath environment.
|
Defines the base class used to evaluate XPath expressions. |
|
|
Provides access to functions and variables available in the XPath environment. |
| Version 4.4 | Generated 2025-11-08 | Home |