Uses of Class
org.htmlunit.html.HtmlTable
-
Packages that use HtmlTable Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.html.serializer Contains the html serializer implementations. -
-
Uses of HtmlTable in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlTable Modifier and Type Method Description HtmlTable
HtmlTableRow. 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 HtmlTable Modifier and Type Method Description protected void
HtmlSerializerNormalizedText. appendTable(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlTable htmlTable)
ProcessHtmlTable
.protected void
HtmlSerializerVisibleText. appendTable(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlTable htmlTable, HtmlSerializerVisibleText.Mode mode)
ProcessHtmlTable
.
-