public static class AttrCheckImpl.CheckClear extends java.lang.Object implements AttrCheck
Constructor and Description |
---|
CheckClear() |
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)
AttrCheck
check
in interface AttrCheck
lexer
- Lexernode
- current Nodeattval
- attribute valueAttrCheck.check(Lexer, Node, AttVal)