Skip to main content

lookup_core_function

Function lookup_core_function 

Source
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).