|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.thaiopensource.datatype.xsd.regex.java.RegexEngineImpl
public class RegexEngineImpl
An implementation of RegexEngine using the JDK >= 1.4 java.util.regex
package.
| Constructor Summary | |
|---|---|
RegexEngineImpl()
|
|
| Method Summary | |
|---|---|
Regex |
compile(java.lang.String str)
Compiles a string containing a regular expression into a Regex object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegexEngineImpl()
| Method Detail |
|---|
public Regex compile(java.lang.String str)
throws RegexSyntaxException
RegexEngineRegex object.
The Regex object can be used to test whether a string matches the regular
expression.
compile in interface RegexEnginestr - a String containing a regular expression
Regex for str
RegexSyntaxException - if str is not a valid regular expression
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||