| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlTableBody
Wrapper for the HTML element "tbody".
|
class |
HtmlTableFooter
Wrapper for the HTML element "tfoot".
|
class |
HtmlTableHeader
Wrapper for the HTML element "thead".
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
HtmlSerializer.appendTableRows(StringBuilder builder,
List<HtmlTableRow> rows,
boolean first,
TableRowGroup skipParent1,
TableRowGroup skipParent2)
Process
HtmlTableRow. |
Copyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.