Uses of Enum Class
org.joox.selector.Selector.Combinator
Packages that use Selector.Combinator
-
Uses of Selector.Combinator in org.joox.selector
Fields in org.joox.selector declared as Selector.CombinatorModifier and TypeFieldDescriptionprivate final Selector.Combinator
Selector.combinator
CombinatorMethods in org.joox.selector that return Selector.CombinatorModifier and TypeMethodDescriptionSelector.getCombinator()
Get the combinator.static Selector.Combinator
Returns 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.