org.w3c.tidy

Class TagCheckImpl.CheckForm

Enclosing Class:
TagCheckImpl
Implemented Interfaces:
TagCheck

public static class TagCheckImpl.CheckForm
extends java.lang.Object
implements TagCheck

Checker implementation for forms. Reports missing action attribute.

Method Summary

void
check(Lexer lexer, Node node)

Method Details

check

public void check(Lexer lexer,
                  Node node)
Specified by:
check in interface TagCheck