Uses of Class
org.htmlunit.html.HtmlTableFooter
-
Packages that use HtmlTableFooter 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 HtmlTableFooter in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlTableFooter Modifier and Type Method Description HtmlTableFooter
HtmlTable. getFooter()
Returns the table footer or null if a footer wasn't specified.
-