Uses of Enum Class
org.joox.selector.Selector.Combinator
Packages that use Selector.Combinator
-
Uses of Selector.Combinator in org.joox.selector
Subclasses with type arguments of type Selector.Combinator in org.joox.selectorFields in org.joox.selector declared as Selector.CombinatorModifier and TypeFieldDescriptionprivate final Selector.CombinatorSelector.combinatorCombinatorMethods in org.joox.selector that return Selector.CombinatorModifier and TypeMethodDescriptionSelector.getCombinator()Get the combinator.static Selector.CombinatorReturns the enum constant of this class with the specified name.static Selector.Combinator[]Selector.Combinator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.joox.selector with parameters of type Selector.CombinatorModifierConstructorDescriptionSelector(String tagName, Selector.Combinator combinator) Create a new instance with the specified tag name and combinator.Selector(String tagName, Selector.Combinator combinator, List<Specifier> specifiers) Create a new instance with the specified tag name, combinator and list of specifiers.