Uses of Interface
org.exolab.castor.util.RegExpEvaluator

Packages that use RegExpEvaluator
org.castor.xml   
org.exolab.castor.util Utility classes used by Castor. 
org.exolab.castor.xml.util   
 

Uses of RegExpEvaluator in org.castor.xml
 

Methods in org.castor.xml that return RegExpEvaluator
 RegExpEvaluator InternalContext.getRegExpEvaluator()
          Returns a new instance of the specified Regular Expression Evaluator, or null if no validator was specified.
 RegExpEvaluator AbstractInternalContext.getRegExpEvaluator()
          Returns a new instance of the specified Regular Expression Evaluator, or null if no validator was specified.
 

Uses of RegExpEvaluator in org.exolab.castor.util
 

Classes in org.exolab.castor.util that implement RegExpEvaluator
 class JakartaOroEvaluator
          An implementation of the RegExpEvaluator that uses the Jakarta ORO Regular Expression library.
 class JakartaRegExpEvaluator
          An implementation of RegExpEvaluator that uses the Jakarta Regular Expression library.
 class XercesRegExpEvaluator
          An implementation of the XercesRegExpEvaluator that uses the Regular Expression library in Xerces.
 

Uses of RegExpEvaluator in org.exolab.castor.xml.util
 

Classes in org.exolab.castor.xml.util that implement RegExpEvaluator
 class AlwaysTrueRegExpEvaluator
          A simple implementation of a regular expression validator which always returns true.
 



Copyright © 2010. All Rights Reserved.