@NonNullByDefault
See: Description
Class | Description |
---|---|
AdjacentSiblingCombinator |
An adjacent sibling combinator selects by checking the element immediate sibling.
|
AndCombinator |
An 'and' combinator selects the elements selected by all its inner selectors.
|
ChildCombinator |
A child combinator selects by checking the element direct hierarchy.
|
Combinator |
A combinator is a selector that aggregates other selectors.
|
DescendantCombinator |
A descendant combinator selects by checking the element hierarchy.
|
GeneralSiblingCombinator |
A general sibling combinator selects by checking the element sibling.
|
OrCombinator |
An 'or' combinator selects the elements selected by at least one of its inner selectors.
|