org.ajax4jsf.org.w3c.tidy
Class AttrCheckImpl.CheckNumber

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

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

AttrCheck implementation for checking numbers.


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

Constructor Detail

AttrCheckImpl.CheckNumber

public AttrCheckImpl.CheckNumber()
Method Detail

check

public void check(Lexer lexer,
                  Node node,
                  AttVal attval)
Description copied from interface: AttrCheck
Check the value of an attribute.

Specified by:
check in interface AttrCheck
Parameters:
lexer - Lexer
node - current Node
attval - attribute value
See Also:
AttrCheck.check(Lexer, Node, AttVal)


Copyright © 2010. All Rights Reserved.