Package com.sun.msv.datatype.xsd.regex
Class RegExpFactory
- java.lang.Object
-
- com.sun.msv.datatype.xsd.regex.RegExpFactory
-
- Direct Known Subclasses:
InternalImpl
,JDK50Impl
,JDKImpl
public abstract class RegExpFactory extends java.lang.Object
-
-
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(java.lang.String exp)
static RegExpFactory
createFactory()
-
-
-
Method Detail
-
compile
public abstract RegExp compile(java.lang.String exp) throws java.text.ParseException
- Throws:
java.text.ParseException
-
createFactory
public static RegExpFactory createFactory()
-
-