Uses of Class
com.sun.msv.datatype.regexp.Match
-
Packages that use Match Package Description com.sun.msv.datatype.regexp -
-
Uses of Match in com.sun.msv.datatype.regexp
Fields in com.sun.msv.datatype.regexp declared as Match Modifier and Type Field Description (package private) MatchRegularExpression.Context. matchMethods in com.sun.msv.datatype.regexp with parameters of type Match Modifier and Type Method Description booleanRegularExpression. matches(char[] target, int start, int end, Match match)Checks whether the target text contains this pattern in specified range or not.booleanRegularExpression. matches(char[] target, Match match)Checks whether the target text contains this pattern or not.booleanRegularExpression. matches(java.lang.String target, int start, int end, Match match)Checks whether the target text contains this pattern in specified range or not.booleanRegularExpression. matches(java.lang.String target, Match match)Checks whether the target text contains this pattern or not.booleanRegularExpression. matches(java.text.CharacterIterator target, Match match)Checks whether the target text contains this pattern or not.
-