selectors
0.27.0
In selectors::
matching
Structs
ElementSelectorFlags
LocalMatchingContext
NextElement
Enums
CompoundSelectorMatchingResult
SelectorMatchingResult
SubjectOrPseudoElement
Statics
RECOMMENDED_SELECTOR_BLOOM_FILTER_SIZE
Functions
assigned_slot
compound_matches_featureless_host
do_match_relative_selectors
host_for_part
hover_and_active_quirk_applies
match_relative_selectors
matches_complex_selector
matches_complex_selector_internal
matches_complex_selector_list
matches_compound_selector
matches_compound_selector_from
matches_generic_nth_child
matches_host
matches_local_name
matches_part
matches_rare_attribute_selector
matches_relative_selector
matches_relative_selector_subtree
matches_selector
matches_selector_kleene
matches_selector_list
matches_simple_selector
matches_slotted
next_element_for_combinator
nth_child_index
relative_selector_match_early
select_name
selector_may_match
to_unconditional_case_sensitivity
selectors
::
matching
Function
matches_local_name
Copy item path
Settings
Help
Summary
Source
fn matches_local_name<E>(element:
&E
, local_name: &
LocalName
<E::
Impl
>) ->
bool
where E:
Element
,