|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.validator.ISBNValidator
public class ISBNValidator
A class for validating 10 digit ISBN codes.
Based on this
algorithm
NOTE: This has been replaced by the new
ISBNValidator.
| Constructor Summary | |
|---|---|
ISBNValidator()
Deprecated. Default Constructor. |
|
| Method Summary | |
|---|---|
boolean |
isValid(java.lang.String isbn)
Deprecated. If the ISBN is formatted with space or dash separators its format is validated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISBNValidator()
| Method Detail |
|---|
public boolean isValid(java.lang.String isbn)
isbn - Candidate ISBN number to be validated. null is
considered invalid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||