AttrCheckpublic static class AttrCheckImpl.CheckAlign extends java.lang.Object implements AttrCheck
| Constructor | Description |
|---|---|
CheckAlign() |
| Modifier and Type | Method | 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)