Skip to main content

XPathFunction

Type Alias XPathFunction 

Source
pub type XPathFunction = fn(&mut XPathContext, &[XPathValue]) -> Result<XPathValue, String>;
Expand description

Type alias for XPath functions.

Functions receive already-evaluated arguments as XPathValue slices.