Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
Modifier and Type | Method and Description |
---|---|
TextBlock |
WebResponse.getFirstMatchingTextBlock(HTMLElementPredicate predicate,
Object criteria)
Returns the first link found in the page matching the specified criteria.
|
TextBlock |
ParsedHTML.getFirstMatchingTextBlock(HTMLElementPredicate predicate,
Object criteria)
Returns the first text block found in the page which matches the specified predicate and value.
|
TextBlock[] |
WebList.getItems() |
TextBlock |
WebResponse.getNextTextBlock(TextBlock block)
Returns the text block after the specified block, if any.
|
TextBlock |
ParsedHTML.getNextTextBlock(TextBlock block) |
TextBlock[] |
WebResponse.getTextBlocks()
Returns an array of text blocks found in the page.
|
TextBlock[] |
HTMLSegment.getTextBlocks()
Returns the top-level block elements found in the page in the order in which they appear.
|
TextBlock[] |
ParsedHTML.getTextBlocks()
Returns the top-level block elements found in the page in the order in which they appear.
|
Modifier and Type | Method and Description |
---|---|
TextBlock |
WebResponse.getNextTextBlock(TextBlock block)
Returns the text block after the specified block, if any.
|
TextBlock |
ParsedHTML.getNextTextBlock(TextBlock block) |
Copyright © 2012. All Rights Reserved.