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.
|
com.gargoylesoftware.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
RowContainer.isContainedRow(HtmlTableRow row)
Indicates if the row belongs to this container.
|
protected boolean |
HTMLTableElement.isContainedRow(HtmlTableRow row)
Indicates if the row belongs to this container.
|
Copyright © 2002–2018 Gargoyle Software Inc.. All rights reserved.