org.w3c.tidy
Class AttrCheckImpl.CheckBool

java.lang.Object
  extended by org.w3c.tidy.AttrCheckImpl.CheckBool
All Implemented Interfaces:
AttrCheck
Enclosing class:
AttrCheckImpl

public static class AttrCheckImpl.CheckBool
extends java.lang.Object
implements AttrCheck


Constructor Summary
AttrCheckImpl.CheckBool()
           
 
Method Summary
 void check(Lexer lexer, Node node, AttVal attval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttrCheckImpl.CheckBool

public AttrCheckImpl.CheckBool()
Method Detail

check

public void check(Lexer lexer,
                  Node node,
                  AttVal attval)
Specified by:
check in interface AttrCheck