Implements an XPath function.
Source position: laz2_xpath.pas line 386
type TXPathFunction = function( |
Context: TXPathContext; |
Args: TXPathVarList |
):TXPathVariable of object; |
Context |
|
Context node for the expression. |
Args |
|
Arguments for the function. |
XPath variable returned from the XPath function implementation.
| Version 4.4 | Generated 2025-11-08 | Home |