pub fn lookup_core_function(name: &str) -> Option<&'static BoxedXPathFunction>Expand description
Look up a core XPath 1.0 built-in by name (allocation-free; the table is built once and shared across every context).
pub fn lookup_core_function(name: &str) -> Option<&'static BoxedXPathFunction>Look up a core XPath 1.0 built-in by name (allocation-free; the table is built once and shared across every context).