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.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description InternalImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegExp
compile(String exp)
-
Methods inherited from class com.sun.msv.datatype.xsd.regex.RegExpFactory
createFactory
-
-
-
-
Method Detail
-
compile
public RegExp compile(String exp) throws ParseException
- Specified by:
compile
in classRegExpFactory
- Throws:
ParseException
-
-