Skip to main content

ExsltFunction

Type Alias ExsltFunction 

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

The XPath function signature used throughout the EXSLT modules.