XPathFunction typedef
XPathFunction =
XPathValue Function(XPathContext context, List<XPathExpression> arguments)
Type definition for all XPath functions.
Implementation
typedef XPathFunction =
XPathValue Function(XPathContext context, List<XPathExpression> arguments);