org.w3c.tidy
Class AttrCheckImpl.CheckUrl

java.lang.Object
  |
  +--org.w3c.tidy.AttrCheckImpl.CheckUrl
All Implemented Interfaces:
AttrCheck
Enclosing class:
AttrCheckImpl

public static class AttrCheckImpl.CheckUrl
extends Object
implements AttrCheck


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

Constructor Detail

AttrCheckImpl.CheckUrl

public AttrCheckImpl.CheckUrl()
Method Detail

check

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