public class HtmlTableRow.CellIterator extends Object implements Iterator
Constructor and Description |
---|
HtmlTableRow.CellIterator()
create an instance
|
public boolean hasNext()
public Object next() throws NoSuchElementException
next
in interface Iterator
NoSuchElementException
- if no cell is availablepublic void remove() throws IllegalStateException
remove
in interface Iterator
IllegalStateException
- if there is no currenr rowpublic HtmlTableCell nextCell() throws NoSuchElementException
NoSuchElementException
- if no cell is availableCopyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.