Uses of Class
com.meterware.httpunit.TextBlock

Packages that use TextBlock
com.meterware.httpunit Classes for testing http server systems. 
 

Uses of TextBlock in com.meterware.httpunit
 

Methods in com.meterware.httpunit that return TextBlock
 TextBlock ParsedHTML.getFirstMatchingTextBlock(HTMLElementPredicate predicate, java.lang.Object criteria)
          Returns the first text block found in the page which matches the specified predicate and value.
 TextBlock WebResponse.getFirstMatchingTextBlock(HTMLElementPredicate predicate, java.lang.Object criteria)
          Returns the first link found in the page matching the specified criteria.
 TextBlock[] WebList.getItems()
           
 TextBlock ParsedHTML.getNextTextBlock(TextBlock block)
           
 TextBlock WebResponse.getNextTextBlock(TextBlock block)
          Returns the text block after the specified block, if any.
 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.
 TextBlock[] WebResponse.getTextBlocks()
          Returns an array of text blocks found in the page.
 

Methods in com.meterware.httpunit with parameters of type TextBlock
 TextBlock ParsedHTML.getNextTextBlock(TextBlock block)
           
 TextBlock WebResponse.getNextTextBlock(TextBlock block)
          Returns the text block after the specified block, if any.
 



Copyright © 2011. All Rights Reserved.