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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegExpFactory
public RegExpFactory()
compile
public abstract RegExp compile(String exp)
throws ParseException
- Throws:
ParseException
createFactory
public static RegExpFactory createFactory()
MSV