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 TypeClassDescriptionclassWrapper for the HTML element "tbody".classWrapper for the HTML element "tfoot".classWrapper 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 booleanHtmlSerializerNormalizedText.appendTableRows(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, List<HtmlTableRow> rows, boolean first, TableRowGroup skipParent1, TableRowGroup skipParent2) ProcessHtmlTableRow.protected booleanHtmlSerializerVisibleText.appendTableRows(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlSerializerVisibleText.Mode mode, List<HtmlTableRow> rows, boolean first, TableRowGroup skipParent1, TableRowGroup skipParent2) ProcessHtmlTableRow.