com.atlassian.jira.functest.framework.locator.LocatorEntry |
Class Overview
When iterating a Locator
, the iterator() method returns
LocatorEntry
objects that contain each org.w3c.dom.Nodes , the text of the
node, as well as the index that the node would occur at if a called to
getNodes()
was made.
Public Methods
public
String
getHTML
()
Returns
- the HTML of the Node that has been iterated to, according to the Locator
public
int
getIndex
()
Returns
- the index of the Node had it been returned via
getNodes()
public
Node
getNode
()
Returns
- the Node that has been iterated to
public
String
getText
()
Returns
- the text of the Node that has been iterated to, according to the Locator