Home | History | Annotate | Download | only in parser

Lines Matching refs:tables

186     private int tables = 0;             // table nesting level
200 if (tables > 0) {
203 tables++;
220 if (tables > 0) {
234 if (tables > 0 && element.getType() == HTML.Element.TABLE_TYPE) {
246 X.assertTrue(tables > 0);
247 tables--;
248 state = (tables > 0) ? IN_CELL : NULL;
256 if (tables > 0 &&
264 X.assertTrue(tables == 0);
270 if (tables == 0) {
277 tables++;