Uses of Class
org.htmlunit.html.TableRowGroup
-
Packages that use TableRowGroup Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.html.serializer Contains the html serializer implementations. -
-
Uses of TableRowGroup in org.htmlunit.html
Subclasses of TableRowGroup in org.htmlunit.html Modifier and Type Class Description class
HtmlTableBody
Wrapper for the HTML element "tbody".class
HtmlTableFooter
Wrapper for the HTML element "tfoot".class
HtmlTableHeader
Wrapper for the HTML element "thead".Fields in org.htmlunit.html declared as TableRowGroup Modifier and Type Field Description private TableRowGroup
HtmlTable.RowIterator. currentGroup_
-
Uses of TableRowGroup in org.htmlunit.html.serializer
Methods in org.htmlunit.html.serializer with parameters of type TableRowGroup Modifier and Type Method Description protected boolean
HtmlSerializerNormalizedText. appendTableRows(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, java.util.List<HtmlTableRow> rows, boolean first, TableRowGroup skipParent1, TableRowGroup skipParent2)
ProcessHtmlTableRow
.protected boolean
HtmlSerializerVisibleText. appendTableRows(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlSerializerVisibleText.Mode mode, java.util.List<HtmlTableRow> rows, boolean first, TableRowGroup skipParent1, TableRowGroup skipParent2)
ProcessHtmlTableRow
.
-