com.sun.msv.datatype.xsd.regex
Class RegExpFactory

java.lang.Object
  extended by com.sun.msv.datatype.xsd.regex.RegExpFactory

public abstract class RegExpFactory
extends java.lang.Object

Author:
Kohsuke Kawaguchi

Constructor Summary
RegExpFactory()
           
 
Method Summary
abstract  RegExp compile(java.lang.String exp)
           
static RegExpFactory createFactory()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegExpFactory

public RegExpFactory()
Method Detail

compile

public abstract RegExp compile(java.lang.String exp)
                        throws java.text.ParseException
Throws:
java.text.ParseException

createFactory

public static RegExpFactory createFactory()