Uses of Class
org.whattf.checker.Checker

Packages that use Checker
org.whattf.checker   
org.whattf.checker.jing   
org.whattf.checker.table   
 

Uses of Checker in org.whattf.checker
 

Subclasses of Checker in org.whattf.checker
 class DebugChecker
          Dumps the parse events as warnings.
 class NormalizationChecker
          Checks that the following constructs do not start with a composing character: Local names of elements Local names of attributes Attribute values Declared namespace prefixes Declared namespace URIs PI targets PI data Concatenations of consecutive character data between element boundaries and PIs ignoring comments and CDATA section boundaries.
 class SignificantInlineChecker
          Checks whether elements that require significant inline content have it.
 class TextContentChecker
          Checks the textContent of elements whose textContent need special non-schema treatment.
 class UsemapChecker
           
 

Uses of Checker in org.whattf.checker.jing
 

Fields in org.whattf.checker.jing declared as Checker
private  Checker CheckerValidator.checker
          The wrapped Checker
 

Constructors in org.whattf.checker.jing with parameters of type Checker
CheckerValidator(Checker checker, PropertyMap propertyMap)
          Constructor
 

Uses of Checker in org.whattf.checker.table
 

Subclasses of Checker in org.whattf.checker.table
 class TableChecker
          Checks XHTML table integrity: overlapping cells, spanning past the end of row group, etc.