RegExpEvaluatorpublic class XercesRegExpEvaluator extends java.lang.Object implements RegExpEvaluator
| Modifier and Type | Field | Description |
|---|---|---|
(package private) java.lang.Object |
_regexp |
The Regular expression
|
| Constructor | Description |
|---|---|
XercesRegExpEvaluator() |
Creates a new XercesRegExpEvaluator
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
matches(java.lang.String value) |
Returns true if the given String is matched by the
regular expression of this RegExpEvaluator
|
void |
setExpression(java.lang.String rexpr) |
Sets the regular expression to match against during
a call to #matches
|
public XercesRegExpEvaluator()
public void setExpression(java.lang.String rexpr)
setExpression in interface RegExpEvaluatorrexpr - the regular expressionpublic boolean matches(java.lang.String value)
matches in interface RegExpEvaluatorvalue - the String to check the production ofsetExpression(java.lang.String)Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com