|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use A | |
net.sf.jacobie.ie |
Uses of A in net.sf.jacobie.ie |
Methods in net.sf.jacobie.ie that return A | |
A |
Document.findLinkByID(java.lang.String aID)
Finds a specific Link based on the ID attribute of the url. |
A |
Document.findLinkByInnerText(java.lang.String aSearchText)
Finds a specific Link based on the (inner text) of the url that is a contains search. |
A |
Document.findLinkByInnerHTML(java.lang.String aSearchText)
Finds a specific Link based on the (inner html) of the url that is a contains search. |
A |
Document.findLink(java.lang.String aName)
Finds a specific Link based on the Name (inner text) of the url. |
A |
Document.findLink(java.lang.String aName,
int iIndex)
Finds a specific Link based on the Name (inner text) of the url and the specified index. |
A |
Document.getLinks(int iIndex)
Gets the Links collection object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |