Class HtmlTableRow.CellIterator

java.lang.Object
org.htmlunit.html.HtmlTableRow.CellIterator
All Implemented Interfaces:
Iterable<HtmlTableCell>, Iterator<HtmlTableCell>
Enclosing class:
HtmlTableRow

public class HtmlTableRow.CellIterator extends Object implements Iterator<HtmlTableCell>, Iterable<HtmlTableCell>
An Iterator over the HtmlTableCells contained in this row. It will also dive into nested forms, even though that is illegal HTML.