org.ajax4jsf.org.w3c.tidy
Class TagCheckImpl.CheckAnchor

java.lang.Object
  extended by org.ajax4jsf.org.w3c.tidy.TagCheckImpl.CheckAnchor
All Implemented Interfaces:
TagCheck
Enclosing class:
TagCheckImpl

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

Checker implementation for anchors.


Constructor Summary
TagCheckImpl.CheckAnchor()
           
 
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
 

Constructor Detail

TagCheckImpl.CheckAnchor

public TagCheckImpl.CheckAnchor()
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.ajax4jsf.org.w3c.tidy.Lexer, org.ajax4jsf.org.w3c.tidy.Node)


Copyright © 2010. All Rights Reserved.