Uses of Package
fi.iki.hsivonen.xml.checker

Packages that use fi.iki.hsivonen.xml.checker
fi.iki.hsivonen.gnu.xml.aelfred2 This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. 
fi.iki.hsivonen.htmlparser   
fi.iki.hsivonen.xml.checker   
fi.iki.hsivonen.xml.checker.jing   
fi.iki.hsivonen.xml.checker.table   
 

Classes in fi.iki.hsivonen.xml.checker used by fi.iki.hsivonen.gnu.xml.aelfred2
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.
 

Classes in fi.iki.hsivonen.xml.checker used by fi.iki.hsivonen.htmlparser
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.
 

Classes in fi.iki.hsivonen.xml.checker used by fi.iki.hsivonen.xml.checker
Checker
          The abstract base class for SAX-based content checkers that listen to the ContentHandler events and emit errors and warnings to an ErrorHandler.
SignificantInlineChecker.StackNode
          Inner class for wrapping a mutable boolean in an object.
 

Classes in fi.iki.hsivonen.xml.checker used by fi.iki.hsivonen.xml.checker.jing
Checker
          The abstract base class for SAX-based content checkers that listen to the ContentHandler events and emit errors and warnings to an ErrorHandler.
 

Classes in fi.iki.hsivonen.xml.checker used by fi.iki.hsivonen.xml.checker.table
Checker
          The abstract base class for SAX-based content checkers that listen to the ContentHandler events and emit errors and warnings to an ErrorHandler.