pub(crate) fn local_text<'input>( node: Node<'input, 'input>, local: &str, ) -> Option<&'input str>
Text of the first descendant element named local, ignoring whatever namespace prefix it carries.
local