Package com.sun.msv.datatype.regexp
Class InternalImpl
- java.lang.Object
-
- com.sun.msv.datatype.xsd.regex.RegExpFactory
-
- com.sun.msv.datatype.regexp.InternalImpl
-
public final class InternalImpl extends RegExpFactory
RegExpFactory
by the internal copy of Xerces.
-
-
Constructor Summary
Constructors Constructor Description InternalImpl()
-
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
-
-