|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebLink | |
---|---|
com.meterware.httpunit | Classes for testing http server systems. |
Uses of WebLink in com.meterware.httpunit |
---|
Methods in com.meterware.httpunit that return WebLink | |
---|---|
WebLink |
HTMLSegment.getFirstMatchingLink(HTMLElementPredicate predicate,
java.lang.Object value)
Returns the first link found in the page matching the specified criteria. |
WebLink |
ParsedHTML.getFirstMatchingLink(HTMLElementPredicate predicate,
java.lang.Object criteria)
Returns the first link found in the page matching the specified criteria. |
WebLink |
WebResponse.getFirstMatchingLink(HTMLElementPredicate predicate,
java.lang.Object criteria)
Returns the first link found in the page matching the specified criteria. |
WebLink |
WebImage.getLink()
|
WebLink[] |
HTMLSegment.getLinks()
Returns the links found in this HTML segment in the order in which they appear. |
WebLink[] |
ParsedHTML.getLinks()
Returns the links found in the page in the order in which they appear. |
WebLink[] |
WebResponse.getLinks()
Returns the links found in the page in the order in which they appear. |
WebLink |
HTMLSegment.getLinkWith(java.lang.String text)
Returns the first link which contains the specified text. |
WebLink |
ParsedHTML.getLinkWith(java.lang.String text)
Returns the first link which contains the specified text. |
WebLink |
WebResponse.getLinkWith(java.lang.String text)
Returns the first link which contains the specified text. |
WebLink |
ParsedHTML.getLinkWithID(java.lang.String id)
Returns the link found in the page with the specified ID. |
WebLink |
WebResponse.getLinkWithID(java.lang.String ID)
Returns the link found in the page with the specified ID. |
WebLink |
HTMLSegment.getLinkWithImageText(java.lang.String text)
Returns the first link which contains an image with the specified text as its 'alt' attribute. |
WebLink |
ParsedHTML.getLinkWithImageText(java.lang.String text)
Returns the link which contains the first image with the specified text as its 'alt' attribute. |
WebLink |
WebResponse.getLinkWithImageText(java.lang.String text)
Returns the first link which contains an image with the specified text as its 'alt' attribute. |
WebLink |
ParsedHTML.getLinkWithName(java.lang.String name)
Returns the link found in the page with the specified name. |
WebLink |
WebResponse.getLinkWithName(java.lang.String name)
Returns the link found in the page with the specified name. |
WebLink[] |
HTMLSegment.getMatchingLinks(HTMLElementPredicate predicate,
java.lang.Object criteria)
Returns all links found in the page matching the specified criteria. |
WebLink[] |
ParsedHTML.getMatchingLinks(HTMLElementPredicate predicate,
java.lang.Object criteria)
Returns all links found in the page matching the specified criteria. |
WebLink[] |
WebResponse.getMatchingLinks(HTMLElementPredicate predicate,
java.lang.Object criteria)
Returns all links found in the page matching the specified criteria. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |