|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vgrs.xcode.idna.contextualrule.AbstractContextualRule
com.vgrs.xcode.idna.contextualrule.AbstractAllCodePointsEvaluated
com.vgrs.xcode.idna.contextualrule.AbstractArabicIndicDigitsCodePoints
com.vgrs.xcode.idna.contextualrule.ArabicIndicDigitsRule
public class ArabicIndicDigitsRule
| Field Summary |
|---|
| Fields inherited from interface com.vgrs.xcode.idna.contextualrule.ContextualRule |
|---|
ALL_CODE_POINTS_EVALUATED_FALSE, ALL_CODE_POINTS_EVALUATED_TRUE |
| Constructor Summary | |
|---|---|
ArabicIndicDigitsRule()
|
|
| Method Summary | |
|---|---|
void |
executeRule(int aCodePointIndex,
int[] aCodePoints)
If an Arabic Indic digit is found, then no extended Arabic Indic Digits may be present. |
boolean |
ruleAppliesToCodepoint(int aCodePoint)
Tests if the given code point is one of the Arabic Indic digits code point. |
| Methods inherited from class com.vgrs.xcode.idna.contextualrule.AbstractArabicIndicDigitsCodePoints |
|---|
getArabicIndicDigits, getExtendedArabicIndicDigits |
| Methods inherited from class com.vgrs.xcode.idna.contextualrule.AbstractAllCodePointsEvaluated |
|---|
allCodePointsEvaluated |
| Methods inherited from class com.vgrs.xcode.idna.contextualrule.AbstractContextualRule |
|---|
getCodePointToWhichRuleApplies, getRuleName, setCodePointToWhichRuleApplies, setRuleName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArabicIndicDigitsRule()
| Method Detail |
|---|
public boolean ruleAppliesToCodepoint(int aCodePoint)
ruleAppliesToCodepoint in interface ContextualRuleruleAppliesToCodepoint in class AbstractContextualRule
public void executeRule(int aCodePointIndex,
int[] aCodePoints)
throws XcodeException
aCodePointIndex - the index of the code point that satisfied the condition of this
ruleaCodePoints - the code points to be evaluated.
XcodeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||