org.w3c.tidy
Interface AttrCheck

All Known Implementing Classes:
AttrCheckImpl.CheckUrl, AttrCheckImpl.CheckScript, AttrCheckImpl.CheckAlign, AttrCheckImpl.CheckValign, AttrCheckImpl.CheckBool, AttrCheckImpl.CheckId, AttrCheckImpl.CheckName

public interface AttrCheck

Check attribute values (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000

Version:
1.0, 1999/05/22
Author:
Dave Raggett , Andy Quick (translation to Java)

Method Summary
 void check(Lexer lexer, Node node, AttVal attval)
           
 

Method Detail

check

public void check(Lexer lexer,
                  Node node,
                  AttVal attval)