org.w3c.tidy
Class CheckAttribsImpl.CheckSCRIPT

java.lang.Object
  extended by org.w3c.tidy.CheckAttribsImpl.CheckSCRIPT
All Implemented Interfaces:
CheckAttribs
Enclosing class:
CheckAttribsImpl

public static class CheckAttribsImpl.CheckSCRIPT
extends java.lang.Object
implements CheckAttribs


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

Constructor Detail

CheckAttribsImpl.CheckSCRIPT

public CheckAttribsImpl.CheckSCRIPT()
Method Detail

check

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