Uses of Interface
org.exolab.castor.util.RegExpEvaluator
Packages that use RegExpEvaluator
Package
Description
Utility classes used by Castor.
-
Uses of RegExpEvaluator in org.castor.xml
Methods in org.castor.xml that return RegExpEvaluatorModifier and TypeMethodDescriptionAbstractInternalContext.getRegExpEvaluator()
InternalContext.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 RegExpEvaluatorModifier and TypeClassDescriptionclass
An implementation of the RegExpEvaluator that uses the Jakarta ORO Regular Expression library.class
An implementation ofRegExpEvaluator
that uses the Jakarta Regular Expression library.class
An implementation ofRegExpEvaluator
that uses the Java Regular Expression library.class
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 RegExpEvaluatorModifier and TypeClassDescriptionclass
A simple implementation of a regular expression validator which always returns true.