com.sun.msv.datatype.regexp
Class InternalImpl

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

public final class InternalImpl
extends RegExpFactory

RegExpFactory by the internal copy of Xerces.

Author:
Kohsuke Kawaguchi

Constructor Summary
InternalImpl()
           
 
Method Summary
 RegExp compile(String exp)
           
 
Methods inherited from class com.sun.msv.datatype.xsd.regex.RegExpFactory
createFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalImpl

public InternalImpl()
Method Detail

compile

public RegExp compile(String exp)
               throws ParseException
Specified by:
compile in class RegExpFactory
Throws:
ParseException


MSV