Public Member Functions | |
| JakartaOroEvaluator () | |
| void | setExpression (String rexpr) |
| boolean | matches (String value) |
An implementation of the RegExpEvaluator that uses the Jakarta ORO Regular Expression library. For more information about the Jakarta ORO library please visit: http://jakarta.apache.org/oro/
| org.exolab.castor.util.JakartaOroEvaluator.JakartaOroEvaluator | ( | ) |
Creates a new JakartaOroEvaluator
| boolean org.exolab.castor.util.JakartaOroEvaluator.matches | ( | String | value | ) |
Returns true if the given String is matched by the regular expression of this RegExpEvaluator
| value | the String to check the production of |
Implements org.exolab.castor.util.RegExpEvaluator.
| void org.exolab.castor.util.JakartaOroEvaluator.setExpression | ( | String | rexpr | ) |
Sets the regular expression to match against during a call to matches
| rexpr | the regular expression |
Implements org.exolab.castor.util.RegExpEvaluator.
1.7.0