Uses of Class
org.htmlunit.html.HtmlTableBody
-
Packages that use HtmlTableBody Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content. -
-
Uses of HtmlTableBody in org.htmlunit.html
Methods in org.htmlunit.html that return types with arguments of type HtmlTableBody Modifier and Type Method Description java.util.List<HtmlTableBody>
HtmlTable. getBodies()
Returns a list of tables bodies defined in this table.
-