Skip to main content

core_functions

Function core_functions 

Source
pub fn core_functions() -> HashMap<String, XPathFunction>
Expand description

The XPath 1.0 core function library as a name→fn map.

Kept for call sites/tests that need a HashMap; new hot-path code should prefer lookup_core_function to avoid the per-context rebuild.