Package | Description |
---|---|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
Modifier and Type | Class and Description |
---|---|
class |
HtmlTableDataCell
Wrapper for the HTML element "td".
|
class |
HtmlTableHeaderCell
Wrapper 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–2024 Gargoyle Software Inc.. All rights reserved.