early_reject_by_local_name

Function early_reject_by_local_name 

Source
pub fn early_reject_by_local_name<E: Element>(
    selector: &Selector<E::Impl>,
    from_offset: usize,
    element: &E,
) -> bool
Expand description

Returns true if this compound would not match the given element by due to a local name selector (If one exists).