OOP FormGenerator Version 3.1

com.oopreserch.web
Class IsBasicLatin

java.lang.Object
  |
  +--com.oopreserch.web.AbstractVerifier
        |
        +--com.oopreserch.web.IsBasicLatin
All Implemented Interfaces:
FormValueVerifier

public class IsBasicLatin
extends AbstractVerifier

Implementation of FormValueVerifier interface. Returns true for Basic Latin characters.

Author:
Jun Inamori

Constructor Summary
IsBasicLatin()
           
 
Method Summary
 boolean isValid(char ch)
          Returns true for Basic Latin characters.
 
Methods inherited from class com.oopreserch.web.AbstractVerifier
isValidString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsBasicLatin

public IsBasicLatin()
Method Detail

isValid

public boolean isValid(char ch)
Returns true for Basic Latin characters. Otherwise false.

Unicode Standard categorizes the characters by the various aspects. Basic Latin is one of them.

Overrides:
isValid in class AbstractVerifier
Parameters:
ch - char to be tested.
Returns:
true for Basic Latin characters.

OOP FormGenerator Version 3.1

ALL CONTENTS COPYRIGHT 2002, Jun Inamori. All rights reserved.
Any questions and comments are welcome to Jun Inamori.