Uses of Class
org.htmlunit.html.TableRowGroup
Packages that use TableRowGroup
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.
-
Uses of TableRowGroup in org.htmlunit.html
Subclasses of TableRowGroup in org.htmlunit.htmlModifier and TypeClassDescriptionclass
Wrapper for the HTML element "tbody".class
Wrapper for the HTML element "tfoot".class
Wrapper for the HTML element "thead".Fields in org.htmlunit.html declared as TableRowGroup -
Uses of TableRowGroup in org.htmlunit.html.serializer
Methods in org.htmlunit.html.serializer with parameters of type TableRowGroupModifier 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
.