public static class AttrCheckImpl.CheckNumber extends java.lang.Object implements AttrCheck
| Constructor and Description |
|---|
CheckNumber() |
| Modifier and Type | Method and Description |
|---|---|
void |
check(Lexer lexer,
Node node,
AttVal attval)
Check the value of an attribute.
|
public void check(Lexer lexer, Node node, AttVal attval)
AttrCheckcheck in interface AttrChecklexer - Lexernode - current Nodeattval - attribute valueAttrCheck.check(Lexer, Node, AttVal)