- Since:
- 5.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIMILAR
public static final String SIMILAR
- See Also:
- Constant Field Values
LOCAL
public static final String LOCAL
- See Also:
- Constant Field Values
SimilarityPredicateEvaluator
public SimilarityPredicateEvaluator()
getXPathExpression
public String getXPathExpression(Predicate p,
EvaluationContext context)
- Description copied from class:
AbstractPredicateEvaluator
- Default implementation that always returns
null, ie. adds
nothing to the XPath query. Subclasses can choose whether they want to
implement this method or use the
AbstractPredicateEvaluator.includes(Predicate, Row, EvaluationContext) method for advanced
filtering (or both).
- Specified by:
getXPathExpression in interface PredicateEvaluator- Overrides:
getXPathExpression in class AbstractPredicateEvaluator
- Parameters:
p - predicate (for this evaluator type) which is evaluatedcontext - helper class which provides access to various elements of the
query evaluation
- Returns:
- string containing an XPath predicateEvaluator expression
Copyright © 2009 Day Management AG. All Rights Reserved.