Uses of Class
org.htmlunit.html.HtmlTable
-
Packages that use HtmlTable Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich 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 HtmlTableHtmlTableRow. 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 voidHtmlSerializerNormalizedText. appendTable(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlTable htmlTable)ProcessHtmlTable.protected voidHtmlSerializerVisibleText. appendTable(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlTable htmlTable, HtmlSerializerVisibleText.Mode mode)ProcessHtmlTable.
-