|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.meterware.httpunit.ParsedHTML | +--com.meterware.httpunit.TableCell
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 |
public int getColSpan()
public int getRowSpan()
public java.lang.String asText()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |