com.vgrs.xcode.idna.contextualrule
Class AbstractArabicIndicDigitsCodePoints

java.lang.Object
  extended by com.vgrs.xcode.idna.contextualrule.AbstractContextualRule
      extended by com.vgrs.xcode.idna.contextualrule.AbstractAllCodePointsEvaluated
          extended by com.vgrs.xcode.idna.contextualrule.AbstractArabicIndicDigitsCodePoints
All Implemented Interfaces:
ContextualRule
Direct Known Subclasses:
ArabicIndicDigitsRule, ExtendedArabicIndicDigitsRule

public abstract class AbstractArabicIndicDigitsCodePoints
extends AbstractAllCodePointsEvaluated

Class containing the Arabic Indic digits and Extended Arabic Indic digits. When this rule executes, all code points are evaluated.

Version:
1.0 May 5, 2010
Author:
nchigurupati

Field Summary
 
Fields inherited from interface com.vgrs.xcode.idna.contextualrule.ContextualRule
ALL_CODE_POINTS_EVALUATED_FALSE, ALL_CODE_POINTS_EVALUATED_TRUE
 
Constructor Summary
AbstractArabicIndicDigitsCodePoints()
           
 
Method Summary
protected  TIntSet getArabicIndicDigits()
           
protected  TIntSet getExtendedArabicIndicDigits()
           
 
Methods inherited from class com.vgrs.xcode.idna.contextualrule.AbstractAllCodePointsEvaluated
allCodePointsEvaluated
 
Methods inherited from class com.vgrs.xcode.idna.contextualrule.AbstractContextualRule
getCodePointToWhichRuleApplies, getRuleName, ruleAppliesToCodepoint, setCodePointToWhichRuleApplies, setRuleName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.vgrs.xcode.idna.contextualrule.ContextualRule
executeRule
 

Constructor Detail

AbstractArabicIndicDigitsCodePoints

public AbstractArabicIndicDigitsCodePoints()
Method Detail

getArabicIndicDigits

protected TIntSet getArabicIndicDigits()
Returns:
Set of Arabic Indic digits

getExtendedArabicIndicDigits

protected TIntSet getExtendedArabicIndicDigits()
Returns:
Set of Extended Arabic Indic digits


Copyright © 2000-2010 VeriSign Inc. All Rights Reserved