Uses of Class
jodd.csselly.Selector.Type
-
Packages that use Selector.Type Package Description jodd.csselly CSSelly - CSS selector parser. -
-
Uses of Selector.Type in jodd.csselly
Fields in jodd.csselly declared as Selector.Type Modifier and Type Field Description protected Selector.TypeSelector. typeMethods in jodd.csselly that return Selector.Type Modifier and Type Method Description Selector.TypeSelector. getType()Returns selector type.static Selector.TypeSelector.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Selector.Type[]Selector.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jodd.csselly with parameters of type Selector.Type Constructor Description Selector(Selector.Type type)
-