| Package | Description |
|---|---|
| org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
| org.htmlunit.html.serializer |
Contains the html serializer implementations.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlTable |
HtmlTableRow.getEnclosingTable()
Gets the table containing this row.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HtmlSerializerNormalizedText.appendTable(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder,
HtmlTable htmlTable)
Process
HtmlTable. |
protected void |
HtmlSerializerVisibleText.appendTable(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder,
HtmlTable htmlTable,
HtmlSerializerVisibleText.HtmlSerializerTextBuilder.Mode mode)
Process
HtmlTable. |
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.