Package fi.iki.hsivonen.xml.checker.table

Class Summary
Cell A table cell for table integrity checking.
ColumnRange Represents a contiguous range of columns that was established by a single element and that does not yet have cells in it.
HorizontalCellComparator Compares cells using their left field.
RowGroup Represents a row group (explicit or implicit) for table integrity checking.
Table Represents an XHTML table for table integrity checking.
TableChecker Checks XHTML table integrity: overlapping cells, spanning past the end of row group, etc.
VerticalCellComparator Compares cells first by their bottom field and then by their left field.
 

Enum Summary
Table.State An enumeration for keeping track of the parsing state of a table.