Uses of Class
com.sun.msv.datatype.regexp.RegularExpression
-
Packages that use RegularExpression Package Description com.sun.msv.datatype.regexp -
-
Uses of RegularExpression in com.sun.msv.datatype.regexp
Fields in com.sun.msv.datatype.regexp declared as RegularExpression Modifier and Type Field Description (package private) static RegularExpression[]
REUtil. regexCache
Methods in com.sun.msv.datatype.regexp that return RegularExpression Modifier and Type Method Description static RegularExpression
REUtil. createRegex(java.lang.String pattern, java.lang.String options)
Creates a RegularExpression instance.
-