public static class AttrCheckImpl.CheckValign extends java.lang.Object implements AttrCheck
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String[] |
VALID_VALUES
valid values for this attribute.
|
private static java.lang.String[] |
VALID_VALUES_IMG
valid values for this attribute (only for img tag).
|
private static java.lang.String[] |
VALID_VALUES_PROPRIETARY
proprietary values for this attribute.
|
| Constructor and Description |
|---|
CheckValign() |
| Modifier and Type | Method and Description |
|---|---|
void |
check(Lexer lexer,
Node node,
AttVal attval)
Check the value of an attribute.
|
private static final java.lang.String[] VALID_VALUES
private static final java.lang.String[] VALID_VALUES_IMG
private static final java.lang.String[] VALID_VALUES_PROPRIETARY
public void check(Lexer lexer, Node node, AttVal attval)
AttrCheckcheck in interface AttrChecklexer - Lexernode - current Nodeattval - attribute valueAttrCheck.check(Lexer, Node, AttVal)