Uses of Class
com.gargoylesoftware.htmlunit.html.TableRowGroup
-
Packages that use TableRowGroup Package Description com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of TableRowGroup in com.gargoylesoftware.htmlunit.html
Subclasses of TableRowGroup in com.gargoylesoftware.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".Methods in com.gargoylesoftware.htmlunit.html with parameters of type TableRowGroup Modifier and Type Method Description protected booleanHtmlSerializer. appendTableRows(HtmlSerializer.HtmlSerializerTextBuilder builder, java.util.List<HtmlTableRow> rows, boolean first, TableRowGroup skipParent1, TableRowGroup skipParent2)Deprecated.ProcessHtmlTableRow.
-