Uses of Class
fi.iki.hsivonen.xml.checker.Checker

Packages that use Checker
fi.iki.hsivonen.xml.checker   
fi.iki.hsivonen.xml.checker.jing   
fi.iki.hsivonen.xml.checker.table   
 

Uses of Checker in fi.iki.hsivonen.xml.checker
 

Subclasses of Checker in fi.iki.hsivonen.xml.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.
 

Uses of Checker in fi.iki.hsivonen.xml.checker.jing
 

Fields in fi.iki.hsivonen.xml.checker.jing declared as Checker
private  Checker CheckerValidator.checker
          The wrapped Checker
 

Constructors in fi.iki.hsivonen.xml.checker.jing with parameters of type Checker
CheckerValidator(Checker checker, PropertyMap propertyMap)
          Constructor
 

Uses of Checker in fi.iki.hsivonen.xml.checker.table
 

Subclasses of Checker in fi.iki.hsivonen.xml.checker.table
 class TableChecker
          Checks XHTML table integrity: overlapping cells, spanning past the end of row group, etc.