Constructor and Description |
---|
SelectorRow(Map<String,PropertyValue> columns,
OperandEvaluator evaluator,
String selector,
Node node,
double score) |
Modifier and Type | Method and Description |
---|---|
Node |
getNode() |
Node |
getNode(String selectorName) |
String |
getPath() |
String |
getPath(String selectorName) |
double |
getScore() |
double |
getScore(String selectorName) |
Value |
getValue(String columnName) |
Value[] |
getValues() |
String |
toString() |
public SelectorRow(Map<String,PropertyValue> columns, OperandEvaluator evaluator, String selector, Node node, double score)
public Node getNode()
public Node getNode(String selectorName) throws RepositoryException
RepositoryException
public double getScore()
public double getScore(String selectorName) throws RepositoryException
RepositoryException
public Value[] getValues() throws RepositoryException
getValues
in interface Row
RepositoryException
public Value getValue(String columnName) throws ItemNotFoundException, RepositoryException
getValue
in interface Row
ItemNotFoundException
RepositoryException
public String getPath() throws RepositoryException
getPath
in interface Row
RepositoryException
public String getPath(String selectorName) throws RepositoryException
getPath
in interface Row
RepositoryException
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.