pub fn lower_name_attribute_in_element<'input, E>(
attribute_name: &'static str,
element: &Node<'input, 'input>,
errors: &mut Vec<E>,
) -> Option<Parsed<LowerName>>Expand description
Parse a single lowercase name of the form
<element attribute=''/>