[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Represents an XPath literal expression.
Source position: laz2_xpath.pas line 97
type TXPathConstantNode = class(TXPathExprNode) |
||
public |
||
constructor Create(); |
|
Constructor for the class instance. |
destructor Destroy; override; |
|
Destructor for the class instance. |
function Evaluate(); override; |
|
Returns the value for the constant node and increments its reference count. |
end; |
|
Represents an XPath literal expression. |
|
| | ||
|
Defines the base class used to evaluate XPath expressions. |
|
| | ||
TObject |
TXPathConstantNode is a TXPathExprNode descendant that represents an XPath predicate expression which contains a literal value (any value surrounded by Quotation Marks). The return value is the TXPathVariable passed to the constructor for the class instance.
|
Defines the base class used to evaluate XPath expressions. |
|
|
Base class used to represent an XPath variables and results. |
Version 4.0 | Generated 2025-05-03 | Home |