Package org.w3c.tidy
Class TagCheckImpl.CheckForm
- java.lang.Object
-
- org.w3c.tidy.TagCheckImpl.CheckForm
-
- All Implemented Interfaces:
TagCheck
- Enclosing class:
- TagCheckImpl
public static class TagCheckImpl.CheckForm extends java.lang.Object implements TagCheck
Checker implementation for forms. Reports missing action attribute.
-
-
Constructor Summary
Constructors Constructor Description CheckForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check(Lexer lexer, Node node)
Checks attributes in given Node.
-
-
-
Method Detail
-
check
public void check(Lexer lexer, Node node)
Description copied from interface:TagCheck
Checks attributes in given Node.- Specified by:
check
in interfaceTagCheck
- Parameters:
lexer
- Lexernode
- Node to check for valid attributes.- See Also:
TagCheck.check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)
-
-