com.meterware.httpunit
Class TableCell

java.lang.Object
  |
  +--com.meterware.httpunit.ParsedHTML
        |
        +--com.meterware.httpunit.TableCell

public class TableCell
extends com.meterware.httpunit.ParsedHTML

A single cell in an HTML table.


Method Summary
 java.lang.String asText()
          Returns the text value of this cell.
 int getColSpan()
          Returns the number of columns spanned by this cell.
 int getRowSpan()
          Returns the number of rows spanned by this cell.
 
Methods inherited from class com.meterware.httpunit.ParsedHTML
getDOM, getForms, getLinks, getLinkWith, getLinkWithImageText, getTables, getTableStartingWith, getTableStartingWithPrefix, getURL, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.

asText

public java.lang.String asText()
Returns the text value of this cell.