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.
|
org.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
HtmlTableRow |
HtmlTableCell.getEnclosingRow()
Returns the table row containing this cell.
|
HtmlTableRow |
HtmlTable.getRow(int index) |
HtmlTableRow |
HtmlTable.getRowById(String id)
Finds and return the row with the specified id.
|
Modifier and Type | Method and Description |
---|---|
List<HtmlTableRow> |
TableRowGroup.getRows()
Returns a list of table rows contained in this element.
|
List<HtmlTableRow> |
HtmlTable.getRows() |
Modifier and Type | Method and Description |
---|---|
protected void |
HtmlSerializerNormalizedText.appendTableRow(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder,
HtmlTableRow htmlTableRow)
Process
HtmlTableRow . |
protected void |
HtmlSerializerVisibleText.appendTableRow(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder,
HtmlTableRow htmlTableRow,
HtmlSerializerVisibleText.HtmlSerializerTextBuilder.Mode mode)
Process
HtmlTableRow . |
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 . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RowContainer.isContainedRow(HtmlTableRow row)
Indicates if the row belongs to this container.
|
protected boolean |
HTMLTableElement.isContainedRow(HtmlTableRow row)
Indicates if the row belongs to this container.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.