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
RegExpFactoryby 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 RegExpcompile(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:
compilein classRegExpFactory- Throws:
ParseException
-
-