Uses of Enum Class
jodd.csselly.Combinator
Packages that use Combinator
-
Uses of Combinator in jodd.csselly
Subclasses with type arguments of type Combinator in jodd.cssellyFields in jodd.csselly declared as CombinatorMethods in jodd.csselly that return CombinatorModifier and TypeMethodDescriptionCssSelector.getCombinator()Returns combinator, may benull.static CombinatorReturns the enum constant of this class with the specified name.static Combinator[]Combinator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jodd.csselly with parameters of type CombinatorModifier and TypeMethodDescriptionvoidCssSelector.setCombinator(Combinator combinator) Sets combinator.