Uses of Class
com.sun.msv.datatype.regexp.Match
Packages that use Match
-
Uses of Match in com.sun.msv.datatype.regexp
Fields in com.sun.msv.datatype.regexp declared as MatchMethods in com.sun.msv.datatype.regexp with parameters of type MatchModifier and TypeMethodDescriptionbooleanChecks whether the target text contains this pattern in specified range or not.booleanChecks whether the target text contains this pattern or not.booleanChecks whether the target text contains this pattern in specified range or not.booleanChecks whether the target text contains this pattern or not.booleanRegularExpression.matches(CharacterIterator target, Match match) Checks whether the target text contains this pattern or not.