|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.util.XercesRegExpEvaluator
public class XercesRegExpEvaluator
An implementation of the XercesRegExpEvaluator that uses the Regular Expression library in Xerces. For more information about the Xerces Regular Expression library please visit: http://xml.apache.org/xerces-j/apiDocs/org/apache/xerces/utils/regex/RegularExpression.html
| Constructor Summary | |
|---|---|
XercesRegExpEvaluator()
Creates a new XercesRegExpEvaluator |
|
| Method Summary | |
|---|---|
boolean |
matches(String value)
Returns true if the given String is matched by the regular expression of this RegExpEvaluator |
void |
setExpression(String rexpr)
Sets the regular expression to match against during a call to #matches |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XercesRegExpEvaluator()
| Method Detail |
|---|
public void setExpression(String rexpr)
setExpression in interface RegExpEvaluatorrexpr - the regular expressionpublic boolean matches(String value)
matches in interface RegExpEvaluatorvalue - the String to check the production of
setExpression(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||