public class TableRowIterator
extends java.lang.Object
Note: This class is not thread-safe.
Modifier and Type | Field | Description |
---|---|---|
static int |
BODY |
Selects the table-body elements for iteration.
|
static int |
FOOTER |
Selects the table-footer elements for iteration.
|
static int |
HEADER |
Selects the table-header elements for iteration.
|
Constructor | Description |
---|---|
TableRowIterator(Table table,
int tablePart) |
Creates a new TableRowIterator.
|
public static final int BODY
public static final int HEADER
public static final int FOOTER
public TableRowIterator(Table table, int tablePart)
table
- the table to iterate overtablePart
- indicates what part of the table to iterate over (HEADER, FOOTER, BODY)Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.