Package org.w3c.tidy
Class AttrCheckImpl.CheckName
- java.lang.Object
-
- org.w3c.tidy.AttrCheckImpl.CheckName
-
- All Implemented Interfaces:
AttrCheck
- Enclosing class:
- AttrCheckImpl
public static class AttrCheckImpl.CheckName extends java.lang.Object implements AttrCheck
AttrCheck implementation for checking the "name" attribute.
-
-
Constructor Summary
Constructors Constructor Description CheckName()
-
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.
-
-
-
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)
-
-