Package org.w3c.tidy
Class AttrCheckImpl.CheckValign
- java.lang.Object
-
- org.w3c.tidy.AttrCheckImpl.CheckValign
-
- All Implemented Interfaces:
AttrCheck
- Enclosing class:
- AttrCheckImpl
public static class AttrCheckImpl.CheckValign extends java.lang.Object implements AttrCheck
AttrCheck implementation for checking the "valign" attribute.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String[]VALID_VALUESvalid values for this attribute.private static java.lang.String[]VALID_VALUES_IMGvalid values for this attribute (only for img tag).private static java.lang.String[]VALID_VALUES_PROPRIETARYproprietary values for this attribute.
-
Constructor Summary
Constructors Constructor Description CheckValign()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(Lexer lexer, Node node, AttVal attval)Check the value of an attribute.
-
-
-
Field Detail
-
VALID_VALUES
private static final java.lang.String[] VALID_VALUES
valid values for this attribute.
-
VALID_VALUES_IMG
private static final java.lang.String[] VALID_VALUES_IMG
valid values for this attribute (only for img tag).
-
VALID_VALUES_PROPRIETARY
private static final java.lang.String[] VALID_VALUES_PROPRIETARY
proprietary values for this attribute.
-
-
Method Detail
-
check
public void check(Lexer lexer, Node node, AttVal attval)
Description copied from interface:AttrCheckCheck the value of an attribute.- Specified by:
checkin interfaceAttrCheck- Parameters:
lexer- Lexernode- current Nodeattval- attribute value- See Also:
AttrCheck.check(Lexer, Node, AttVal)
-
-