com.meterware.httpunit

Class TableCell

public class TableCell extends BlockElement

A single cell in an HTML table.
Method Summary
StringasText()
Returns the text value of this cell.
intgetColSpan()
Returns the number of columns spanned by this cell.
intgetRowSpan()
Returns the number of rows spanned by this cell.

Method Detail

asText

public String asText()

Deprecated: as of 1.6, use #getText()

Returns the text value of this cell.

getColSpan

public int getColSpan()
Returns the number of columns spanned by this cell.

getRowSpan

public int getRowSpan()
Returns the number of rows spanned by this cell.