Package com.sun.msv.datatype.xsd.regex
Class JDKImpl
- java.lang.Object
-
- com.sun.msv.datatype.xsd.regex.RegExpFactory
-
- com.sun.msv.datatype.xsd.regex.JDKImpl
-
final class JDKImpl extends RegExpFactory
RegExpFactory
by a copy of Xerces in Sun's JDK 5.0.
-
-
Constructor Summary
Constructors Constructor Description JDKImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegExp
compile(java.lang.String exp)
-
Methods inherited from class com.sun.msv.datatype.xsd.regex.RegExpFactory
createFactory
-
-
-
-
Method Detail
-
compile
public RegExp compile(java.lang.String exp) throws java.text.ParseException
- Specified by:
compile
in classRegExpFactory
- Throws:
java.text.ParseException
-
-