| Package | Description | 
|---|---|
| org.htmlunit.html | Classes specific to HTML pages, particularly the  HtmlPagewhich represents
 an HTML document and provides access to its content. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HtmlTableDataCellWrapper for the HTML element "td". | 
| class  | HtmlTableHeaderCellWrapper for the HTML "th" tag. | 
| Modifier and Type | Method and Description | 
|---|---|
| HtmlTableCell | HtmlTableRow. getCell(int index) | 
| HtmlTableCell | HtmlTable. getCellAt(int rowIndex,
         int columnIndex)Returns the first cell that matches the specified row and column, searching left to right, top to bottom. | 
| HtmlTableCell | HtmlTableRow.CellIterator. next() | 
| HtmlTableCell | HtmlTableRow.CellIterator. nextCell() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<HtmlTableCell> | HtmlTableRow. getCells() | 
| Iterator<HtmlTableCell> | HtmlTableRow.CellIterator. iterator()Returns an HtmlTableCell iterator. | 
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.