| [Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Evaluates an XPath expression using the specified scanner and resolver.
Source position: laz2_xpath.pas line 451
type TXPathExpression = class |
||
public |
||
constructor Create(); |
|
Constructor for the class instance. |
destructor Destroy; override; |
|
Destructor for the class instance. |
function Evaluate(); |
|
Evaluates an XPath expression using the scanner for the class instance with the specified context node and environment. |
end; |
|
Evaluates an XPath expression using the specified scanner and resolver. |
|
| | | ||
TObject |