pub fn name<N: DomNavigator>(
context: &mut DynamicContext<'_, N>,
args: Vec<XPathValue<N>>,
) -> Result<XPathValue<N>, XPathError>Expand description
Implements fn:name - returns the qualified name of a node.
If no argument, uses context item. Returns empty string for nodes without names.