Package com.sun.msv.datatype.xsd.regex
Class RegExpFactory
- java.lang.Object
-
- com.sun.msv.datatype.xsd.regex.RegExpFactory
-
- Direct Known Subclasses:
InternalImpl
public abstract class RegExpFactory extends Object
- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description RegExpFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract RegExp
compile(String exp)
static RegExpFactory
createFactory()
-
-
-
Method Detail
-
compile
public abstract RegExp compile(String exp) throws ParseException
- Throws:
ParseException
-
createFactory
public static RegExpFactory createFactory()
-
-