Public Member Functions

org.exolab.castor.util.JakartaOroEvaluator Class Reference

Inheritance diagram for org.exolab.castor.util.JakartaOroEvaluator:
org.exolab.castor.util.RegExpEvaluator

List of all members.

Public Member Functions

 JakartaOroEvaluator ()
void setExpression (String rexpr)
boolean matches (String value)

Detailed Description

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/

Author:
Glenn Nielsen
Keith Visco
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:09:05

Constructor & Destructor Documentation

org.exolab.castor.util.JakartaOroEvaluator.JakartaOroEvaluator (  ) 

Creates a new JakartaOroEvaluator


Member Function Documentation

boolean org.exolab.castor.util.JakartaOroEvaluator.matches ( String  value  ) 

Returns true if the given String is matched by the regular expression of this RegExpEvaluator

Parameters:
value the String to check the production of
Returns:
true if the given string matches the regular expression of this RegExpEvaluator
See also:
setExpression

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

Parameters:
rexpr the regular expression

Implements org.exolab.castor.util.RegExpEvaluator.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties