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