|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebTable | |
---|---|
com.meterware.httpunit | Classes for testing http server systems. |
Uses of WebTable in com.meterware.httpunit |
---|
Methods in com.meterware.httpunit that return WebTable | |
---|---|
WebTable |
HTMLSegment.getFirstMatchingTable(HTMLElementPredicate predicate,
java.lang.Object criteria)
Returns the first table in the response which matches the specified predicate and value. |
WebTable |
ParsedHTML.getFirstMatchingTable(HTMLElementPredicate predicate,
java.lang.Object criteria)
Returns the first table in the response which matches the specified predicate and value. |
WebTable |
WebResponse.getFirstMatchingTable(HTMLElementPredicate predicate,
java.lang.Object criteria)
Returns the first table in the response which matches the specified predicate and value. |
WebTable[] |
HTMLSegment.getMatchingTables(HTMLElementPredicate predicate,
java.lang.Object criteria)
Returns all tables found in the page matching the specified criteria. |
WebTable[] |
ParsedHTML.getMatchingTables(HTMLElementPredicate predicate,
java.lang.Object criteria)
Returns the tables in the response which match the specified predicate and value. |
WebTable[] |
WebResponse.getMatchingTables(HTMLElementPredicate predicate,
java.lang.Object criteria)
Returns all tables found in the page matching the specified criteria. |
WebTable[] |
HTMLSegment.getTables()
Returns the top-level tables found in this HTML segment in the order in which they appear. |
WebTable[] |
ParsedHTML.getTables()
Returns the top-level tables found in the page in the order in which they appear. |
WebTable[] |
WebResponse.getTables()
Returns the top-level tables found in this page in the order in which they appear. |
WebTable |
HTMLSegment.getTableStartingWith(java.lang.String text)
Returns the first table in this HTML segment which has the specified text as the full text of its first non-blank row and non-blank column. |
WebTable |
ParsedHTML.getTableStartingWith(java.lang.String text)
Returns the first table in the response which has the specified text as the full text of its first non-blank row and non-blank column. |
WebTable |
WebResponse.getTableStartingWith(java.lang.String text)
Returns the first table in the response which has the specified text as the full text of its first non-blank row and non-blank column. |
WebTable |
HTMLSegment.getTableStartingWithPrefix(java.lang.String text)
Returns the first table in this HTML segment which has the specified text as a prefix of the text in its first non-blank row and non-blank column. |
WebTable |
ParsedHTML.getTableStartingWithPrefix(java.lang.String text)
Returns the first table in the response which has the specified text as a prefix of the text in its first non-blank row and non-blank column. |
WebTable |
WebResponse.getTableStartingWithPrefix(java.lang.String text)
Returns the first table in the response which has the specified text as a prefix of the text of its first non-blank row and non-blank column. |
WebTable |
HTMLSegment.getTableWithID(java.lang.String ID)
Returns the first table in this HTML segment which has the specified text as its ID attribute. |
WebTable |
ParsedHTML.getTableWithID(java.lang.String ID)
Returns the first table in the response which has the specified text as its ID attribute. |
WebTable |
WebResponse.getTableWithID(java.lang.String text)
Returns the first table in the response which has the specified text as its ID attribute. |
WebTable |
HTMLSegment.getTableWithSummary(java.lang.String summary)
Returns the first table in this HTML segment which has the specified text as its summary attribute. |
WebTable |
ParsedHTML.getTableWithSummary(java.lang.String summary)
Returns the first table in the response which has the specified text as its summary attribute. |
WebTable |
WebResponse.getTableWithSummary(java.lang.String text)
Returns the first table in the response which has the specified text as its summary attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |