Uses of Class
org.htmlunit.html.TableRowGroup
-
Packages that use TableRowGroup Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich 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 classHtmlTableBodyWrapper for the HTML element "tbody".classHtmlTableFooterWrapper for the HTML element "tfoot".classHtmlTableHeaderWrapper for the HTML element "thead".Fields in org.htmlunit.html declared as TableRowGroup Modifier and Type Field Description private TableRowGroupHtmlTable.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 booleanHtmlSerializerNormalizedText. appendTableRows(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, java.util.List<HtmlTableRow> rows, boolean first, TableRowGroup skipParent1, TableRowGroup skipParent2)ProcessHtmlTableRow.protected booleanHtmlSerializerVisibleText. appendTableRows(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlSerializerVisibleText.Mode mode, java.util.List<HtmlTableRow> rows, boolean first, TableRowGroup skipParent1, TableRowGroup skipParent2)ProcessHtmlTableRow.
-