Uses of Class
org.htmlunit.html.HtmlTableRow
Packages that use HtmlTableRow
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Contains the html serializer implementations.
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of HtmlTableRow in org.htmlunit.html
Fields in org.htmlunit.html declared as HtmlTableRowMethods in org.htmlunit.html that return HtmlTableRowModifier and TypeMethodDescriptionHtmlTableCell.getEnclosingRow()
Returns the table row containing this cell.HtmlTable.getRow
(int index) final HtmlTableRow
HtmlTable.getRowById
(String id) Finds and return the row with the specified id.HtmlTable.RowIterator.next()
HtmlTable.RowIterator.nextRow()
Methods in org.htmlunit.html that return types with arguments of type HtmlTableRowModifier and TypeMethodDescriptionHtmlTable.getRows()
final List
<HtmlTableRow> TableRowGroup.getRows()
Returns a list of table rows contained in this element.HtmlTable.RowIterator.iterator()
-
Uses of HtmlTableRow in org.htmlunit.html.serializer
Methods in org.htmlunit.html.serializer with parameters of type HtmlTableRowModifier and TypeMethodDescriptionprotected void
HtmlSerializerNormalizedText.appendTableRow
(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlTableRow htmlTableRow) ProcessHtmlTableRow
.protected void
HtmlSerializerVisibleText.appendTableRow
(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlTableRow htmlTableRow, HtmlSerializerVisibleText.Mode mode) ProcessHtmlTableRow
.Method parameters in org.htmlunit.html.serializer with type arguments of type HtmlTableRowModifier and TypeMethodDescriptionprotected boolean
HtmlSerializerNormalizedText.appendTableRows
(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, List<HtmlTableRow> rows, boolean first, TableRowGroup skipParent1, TableRowGroup skipParent2) ProcessHtmlTableRow
.protected boolean
HtmlSerializerVisibleText.appendTableRows
(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlSerializerVisibleText.Mode mode, List<HtmlTableRow> rows, boolean first, TableRowGroup skipParent1, TableRowGroup skipParent2) ProcessHtmlTableRow
. -
Uses of HtmlTableRow in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return HtmlTableRowModifier and TypeMethodDescriptionprivate HtmlTableRow
HTMLTableCellElement.getRow()
Returns the row element which contains this cell's HTML element; may returnnull
.Methods in org.htmlunit.javascript.host.html with parameters of type HtmlTableRowModifier and TypeMethodDescriptionprotected boolean
HTMLTableElement.isContainedRow
(HtmlTableRow row) Indicates if the row belongs to this container.protected boolean
RowContainer.isContainedRow
(HtmlTableRow row) Indicates if the row belongs to this container.