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 | 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 |
HtmlSerializerNormalizedText.appendTableRows(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder,
List<HtmlTableRow> rows,
boolean first,
TableRowGroup skipParent1,
TableRowGroup skipParent2)
Process
HtmlTableRow . |
protected boolean |
HtmlSerializerVisibleText.appendTableRows(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder,
HtmlSerializerVisibleText.HtmlSerializerTextBuilder.Mode mode,
List<HtmlTableRow> rows,
boolean first,
TableRowGroup skipParent1,
TableRowGroup skipParent2)
Process
HtmlTableRow . |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.