Uses of Class
org.htmlunit.html.HtmlTableCell
-
Packages that use HtmlTableCell Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of HtmlTableCell in org.htmlunit.html
Subclasses of HtmlTableCell in org.htmlunit.html Modifier and Type Class Description classHtmlTableDataCellWrapper for the HTML element "td".classHtmlTableHeaderCellWrapper for the HTML "th" tag.Methods in org.htmlunit.html that return HtmlTableCell Modifier and Type Method Description HtmlTableCellHtmlTableRow. getCell(int index)HtmlTableCellHtmlTable. getCellAt(int rowIndex, int columnIndex)Returns the first cell that matches the specified row and column, searching left to right, top to bottom.HtmlTableCellHtmlTableRow.CellIterator. next()HtmlTableCellHtmlTableRow.CellIterator. nextCell()Methods in org.htmlunit.html that return types with arguments of type HtmlTableCell Modifier and Type Method Description java.util.List<HtmlTableCell>HtmlTableRow. getCells()java.util.Iterator<HtmlTableCell>HtmlTableRow.CellIterator. iterator()Returns an HtmlTableCell iterator.
-