|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.meterware.httpunit.WebLink
This class represents a link in an HTML page. Users of this class may examine the structure of the link (as a DOM), or create a {@tag WebRequest} to simulate clicking on the link.
Method Summary | |
java.lang.String |
asText()
Returns the text value of this link. |
org.w3c.dom.Node |
getDOMSubtree()
Returns a copy of the domain object model subtree associated with this link. |
WebRequest |
getRequest()
Creates and returns a web request which will simulate clicking on this link. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public WebRequest getRequest()
public org.w3c.dom.Node getDOMSubtree()
public java.lang.String asText()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |