Uses of Class
org.htmlunit.html.HtmlTable
Packages that use HtmlTable
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Contains the html serializer implementations.
-
Uses of HtmlTable in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlTableModifier and TypeMethodDescriptionHtmlTableRow.getEnclosingTable()
Gets the table containing this row. -
Uses of HtmlTable in org.htmlunit.html.serializer
Methods in org.htmlunit.html.serializer with parameters of type HtmlTableModifier and TypeMethodDescriptionprotected void
HtmlSerializerNormalizedText.appendTable
(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlTable htmlTable) ProcessHtmlTable
.protected void
HtmlSerializerVisibleText.appendTable
(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlTable htmlTable, HtmlSerializerVisibleText.Mode mode) ProcessHtmlTable
.