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 TypeMethodDescriptionboolean
Checks whether the target text contains this pattern in specified range or not.boolean
Checks whether the target text contains this pattern or not.boolean
Checks whether the target text contains this pattern in specified range or not.boolean
Checks whether the target text contains this pattern or not.boolean
RegularExpression.matches
(CharacterIterator target, Match match) Checks whether the target text contains this pattern or not.