| Added Methods |
Node getNode()
|
Returns the Node corresponding to this Row. |
Node getNode(String)
|
Returns the Node corresponding to this Row and
the specified selector. |
String getPath()
|
Equivalent to Row.getNode().getPath(). |
String getPath(String)
|
Equivalent to Row.getNode(selectorName).getPath(). |
double getScore()
|
Returns the full text search score for this row associated with the
default selector. |
double getScore(String)
|
Returns the full text search score for this row associated with the
specified selector. |