Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the HtmlPage which represents
an HTML document and provides access to its content.
|
Modifier and Type | Method and Description |
---|---|
HtmlTableRow |
HtmlTableCell.getEnclosingRow()
Returns the table row containing this cell.
|
HtmlTableRow |
HtmlTable.getRow(int index) |
HtmlTableRow |
HtmlTable.getRowById(String id)
Finds and return the row with the specified id.
|
Modifier and Type | Method and Description |
---|---|
List<HtmlTableRow> |
HtmlTable.getRows() |
List<HtmlTableRow> |
TableRowGroup.getRows()
Returns a list of table rows contained in this element.
|
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.