Function selectors::matching::matches_selector_kleene
source ยท pub fn matches_selector_kleene<E>(
selector: &Selector<E::Impl>,
offset: usize,
hashes: Option<&AncestorHashes>,
element: &E,
context: &mut MatchingContext<'_, E::Impl>,
) -> KleeneValuewhere
E: Element,
Expand description
Same as matches_selector, but returns the Kleene value as-is.