Package | Description |
---|---|
ej.style.selector.combinator |
Default combinators implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
AdjacentSiblingCombinator
An adjacent sibling combinator selects by checking the element immediate sibling.
|
class |
AndCombinator
An 'and' combinator selects the elements selected by all its inner selectors.
|
class |
ChildCombinator
A child combinator selects by checking the element direct hierarchy.
|
class |
DescendantCombinator
A descendant combinator selects by checking the element hierarchy.
|
class |
GeneralSiblingCombinator
A general sibling combinator selects by checking the element sibling.
|
class |
OrCombinator
An 'or' combinator selects the elements selected by at least one of its inner selectors.
|