org.w3c.tidy
Class TagCheckImpl.CheckHTML

java.lang.Object
  extended byorg.w3c.tidy.TagCheckImpl.CheckHTML
All Implemented Interfaces:
TagCheck
Enclosing class:
TagCheckImpl

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

Checker implementation for html tag.


Field Summary
private static java.lang.String XHTML_NAMESPACE
          xhtml namepace String.
 
Constructor Summary
TagCheckImpl.CheckHTML()
           
 
Method Summary
 void check(Lexer lexer, Node node)
          Checks attributes in given Node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XHTML_NAMESPACE

private static final java.lang.String XHTML_NAMESPACE
xhtml namepace String.

See Also:
Constant Field Values
Constructor Detail

TagCheckImpl.CheckHTML

public TagCheckImpl.CheckHTML()
Method Detail

check

public void check(Lexer lexer,
                  Node node)
Description copied from interface: TagCheck
Checks attributes in given Node.

Specified by:
check in interface TagCheck
Parameters:
lexer - Lexer
node - Node to check for valid attributes.
See Also:
TagCheck.check(org.w3c.tidy.Lexer, org.w3c.tidy.Node)