Uses of Interface
com.sun.msv.datatype.xsd.regex.RegExp
-
Packages that use RegExp Package Description com.sun.msv.datatype.regexp com.sun.msv.datatype.xsd W3C XML Schema Datatypes implementation.com.sun.msv.datatype.xsd.regex -
-
Uses of RegExp in com.sun.msv.datatype.regexp
Methods in com.sun.msv.datatype.regexp that return RegExp Modifier and Type Method Description RegExp
InternalImpl. compile(java.lang.String exp)
-
Uses of RegExp in com.sun.msv.datatype.xsd
Fields in com.sun.msv.datatype.xsd declared as RegExp Modifier and Type Field Description private RegExp[]
PatternFacet. exps
actual object that performs regular expression validation.(package private) static RegExp
AnyURIType. regexp
Methods in com.sun.msv.datatype.xsd that return RegExp Modifier and Type Method Description (package private) static RegExp
AnyURIType. createRegExp()
RegExp[]
PatternFacet. getRegExps()
-
Uses of RegExp in com.sun.msv.datatype.xsd.regex
Methods in com.sun.msv.datatype.xsd.regex that return RegExp Modifier and Type Method Description RegExp
JDK50Impl. compile(java.lang.String exp)
RegExp
JDKImpl. compile(java.lang.String exp)
abstract RegExp
RegExpFactory. compile(java.lang.String exp)
-