Uses of Class
jodd.csselly.selector.Match
-
Packages that use Match Package Description jodd.csselly.selector Different CSSelector selectors. -
-
Uses of Match in jodd.csselly.selector
Fields in jodd.csselly.selector declared as Match Modifier and Type Field Description protected MatchAttributeSelector. matchMethods in jodd.csselly.selector that return Match Modifier and Type Method Description MatchAttributeSelector. getMatch()Returns matching type.static MatchMatch. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MatchMatch. valueOfFirstChar(char firstChar)Resolves match type from the first character of the sign.static MatchMatch. valueOfSign(java.lang.String sign)Resolves match type from the sign.static Match[]Match. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jodd.csselly.selector with parameters of type Match Constructor Description AttributeSelector(java.lang.String name, Match match, java.lang.String value)
-