Uses of Class
com.gargoylesoftware.htmlunit.html.HtmlTableBody
-
Packages that use HtmlTableBody 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 HtmlTableBody in com.gargoylesoftware.htmlunit.html
Methods in com.gargoylesoftware.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.
-