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