public interface LocatorEntry
Locator
, the iterator() method returns
LocatorEntry
objects that contain each Node
s , the text of the
node, as well as the index that the node would occur at if a called to
Locator.getNodes()
was made.Modifier and Type | Method and Description |
---|---|
String |
getHTML() |
int |
getIndex() |
Node |
getNode() |
String |
getText() |
Node getNode()
String getText()
String getHTML()
int getIndex()
Locator.getNodes()
Copyright © 2002-2015 Atlassian. All Rights Reserved.