| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object | +--COM.stevesoft.pat.Validator
| Method Summary | |
| Validator | arg(java.lang.String s)
|
| patInt | maxChars()
For optimization it is helpful, but not necessary, that you define the maximum number of characters this validator will allow to match. |
| patInt | minChars()
For optimization it is helpful, but not necessary, that you define the minimum number of characters this validator will allow to match. |
| int | validate(java.lang.String src,
int start,
int end)
This method does extra checking on a matched section of a String beginning at position start and ending at end. |
| Methods inherited from class java.lang.Object | |
| clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait | |
| Method Detail |
public int validate(java.lang.String src,
int start,
int end)
public Validator arg(java.lang.String s)
public patInt minChars()
public patInt maxChars()
| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||