Uses of Class
org.joox.selector.Specifier.Type
-
Packages that use Specifier.Type Package Description org.joox.selector -
-
Uses of Specifier.Type in org.joox.selector
Methods in org.joox.selector that return Specifier.Type Modifier and Type Method Description Specifier.TypeAttributeSpecifier. getType()Get the specifier type.Specifier.TypeNegationSpecifier. getType()Get the specifier type.Specifier.TypePseudoClassSpecifier. getType()Get the specifier type.Specifier.TypePseudoNthSpecifier. getType()Get the specifier type.Specifier.TypeSpecifier. getType()Get the specifier type.static Specifier.TypeSpecifier.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Specifier.Type[]Specifier.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-