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.Type
AttributeSpecifier. getType()
Get the specifier type.Specifier.Type
NegationSpecifier. getType()
Get the specifier type.Specifier.Type
PseudoClassSpecifier. getType()
Get the specifier type.Specifier.Type
PseudoNthSpecifier. getType()
Get the specifier type.Specifier.Type
Specifier. getType()
Get the specifier type.static Specifier.Type
Specifier.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.
-