org.jbind.xml.facade
Class XercesRegExFactory

java.lang.Object
  extended byorg.jbind.xml.facade.XercesRegExFactory
All Implemented Interfaces:
IRegExFactory

public class XercesRegExFactory
extends java.lang.Object
implements IRegExFactory


Constructor Summary
XercesRegExFactory()
           
 
Method Summary
 IRegEx createRegEx(java.lang.String aRegEx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XercesRegExFactory

public XercesRegExFactory()
Method Detail

createRegEx

public IRegEx createRegEx(java.lang.String aRegEx)
                   throws java.lang.Exception
Specified by:
createRegEx in interface IRegExFactory
Throws:
java.lang.Exception