Uses of Class
jodd.csselly.Combinator
-
Packages that use Combinator Package Description jodd.csselly CSSelly - CSS selector parser. -
-
Uses of Combinator in jodd.csselly
Fields in jodd.csselly declared as Combinator Modifier and Type Field Description protected CombinatorCssSelector. combinatorMethods in jodd.csselly that return Combinator Modifier and Type Method Description CombinatorCssSelector. getCombinator()Returns combinator, may benull.static CombinatorCombinator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Combinator[]Combinator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jodd.csselly with parameters of type Combinator Modifier and Type Method Description voidCssSelector. setCombinator(Combinator combinator)Sets combinator.
-