Uses of Class
org.joox.selector.AttributeSpecifier.Match
-
Packages that use AttributeSpecifier.Match Package Description org.joox.selector -
-
Uses of AttributeSpecifier.Match in org.joox.selector
Fields in org.joox.selector declared as AttributeSpecifier.Match Modifier and Type Field Description private AttributeSpecifier.Match
AttributeSpecifier. match
The type of match to perform for the attribute.Methods in org.joox.selector that return AttributeSpecifier.Match Modifier and Type Method Description AttributeSpecifier.Match
AttributeSpecifier. getMatch()
Get the type of match to perform for the attribute.static AttributeSpecifier.Match
AttributeSpecifier.Match. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AttributeSpecifier.Match[]
AttributeSpecifier.Match. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.joox.selector with parameters of type AttributeSpecifier.Match Constructor Description AttributeSpecifier(java.lang.String name, java.lang.String value, AttributeSpecifier.Match match)
Create a new attribute specifier with the specified name, value and match type.
-