Java org.apache.commons.validator.routines ISBNValidator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator.routines ISBNValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator.routines ISBNValidator.

The text is from its open source code.

Constructor

ISBNValidator()
Construct an ISBN validator which converts ISBN-10 codes to ISBN-13.

Method

StringconvertToISBN13(String isbn10)
Convert an ISBN-10 code to an ISBN-13 code.
ISBNValidatorgetInstance()
Return a singleton instance of the ISBN validator which converts ISBN-10 codes to ISBN-13.
booleanisValid(String code)
Check the code is either a valid ISBN-10 or ISBN-13 code.
booleanisValidISBN10(String code)
Check the code is a valid ISBN-10 code.
booleanisValidISBN13(String code)
Check the code is a valid ISBN-13 code.