Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to html pages
|
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)
Return the first cell that matches the specified row and column, searching left to right, top to bottom.
|
HtmlTableCell |
HtmlTableRow.CellIterator.nextCell() |
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.