Package | Description |
---|---|
org.apache.commons.validator.routines |
This package contains independant validation routines.
|
Modifier and Type | Field and Description |
---|---|
private static ISBNValidator |
ISBNValidator.ISBN_VALIDATOR
ISBN Code Validator (which converts ISBN-10 codes to ISBN-13
|
private static ISBNValidator |
ISBNValidator.ISBN_VALIDATOR_NO_CONVERT
ISBN Code Validator (which converts ISBN-10 codes to ISBN-13
|
Modifier and Type | Method and Description |
---|---|
static ISBNValidator |
ISBNValidator.getInstance()
Return a singleton instance of the ISBN validator which
converts ISBN-10 codes to ISBN-13.
|
static ISBNValidator |
ISBNValidator.getInstance(boolean convert)
Return a singleton instance of the ISBN validator specifying
whether ISBN-10 codes should be converted to ISBN-13.
|