Package | Description |
---|---|
org.milyn.cdr.xpath | |
org.milyn.cdr.xpath.evaluators | |
org.milyn.cdr.xpath.evaluators.equality | |
org.milyn.cdr.xpath.evaluators.logical |
Modifier and Type | Method and Description |
---|---|
<T extends XPathExpressionEvaluator> |
SelectorStep.getEvaluators(Class<T> evaluatorClass,
List<T> evaluators) |
Modifier and Type | Method and Description |
---|---|
XPathExpressionEvaluator |
SelectorStep.getPredicatesEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
PassThruEvaluator
Simple Pass-thru predicate evaluator.
|
class |
PredicatesEvaluator
Predicates Evaluator.
|
Modifier and Type | Method and Description |
---|---|
XPathExpressionEvaluator |
PredicatesEvaluatorBuilder.build() |
static XPathExpressionEvaluator |
XPathExpressionEvaluator.getInstance(org.jaxen.expr.Expr expr,
SelectorStep selectorStep,
Properties namespaces)
XPathExpressionEvaluator factory method. |
Modifier and Type | Method and Description |
---|---|
List<XPathExpressionEvaluator> |
PredicatesEvaluator.getEvaluators() |
Modifier and Type | Method and Description |
---|---|
void |
PredicatesEvaluator.addEvaluator(XPathExpressionEvaluator evaluator) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEqualityEvaluator
Simple equality predicate evaluator.
|
class |
EqualsEvaluator
Simple "=" predicate evaluator.
|
class |
GreaterThanEvaluator
Simple ">" predicate evaluator.
|
class |
IndexEvaluator
Simple element index predicate evaluator.
|
class |
LessThanEvaluator
Simple "<" predicate evaluator.
|
class |
NotEqualsEvaluator
Simple "!=" predicate evaluator.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogicalEvaluator
Simple "and"/"or" predicate evaluator.
|
class |
AndEvaluator
Simple "and" predicate evaluator.
|
class |
OrEvaluator
Simple "or" predicate evaluator.
|
Modifier and Type | Field and Description |
---|---|
protected XPathExpressionEvaluator |
AbstractLogicalEvaluator.lhs |
protected XPathExpressionEvaluator |
AbstractLogicalEvaluator.rhs |
Modifier and Type | Method and Description |
---|---|
XPathExpressionEvaluator |
AbstractLogicalEvaluator.getLhs() |
XPathExpressionEvaluator |
AbstractLogicalEvaluator.getRhs() |
Copyright © 2020. All rights reserved.