pub fn early_reject_by_local_name<E: Element>(
selector: &Selector<E::Impl>,
from_offset: usize,
element: &E,
) -> boolExpand description
Returns true if this compound would not match the given element by due to a local name selector (If one exists).