public class AndFactory extends Object implements EvaluatorFactory
This factory creates a AndEvaluator
. This factory expects the
following XML configuration.
<and> two or more evaluators <and>
Constructor and Description |
---|
AndFactory() |
Modifier and Type | Method and Description |
---|---|
Evaluator |
create(org.apache.axiom.om.OMElement e)
Create an evalautor from the given XML configuration
|
public Evaluator create(org.apache.axiom.om.OMElement e) throws EvaluatorException
EvaluatorFactory
create
in interface EvaluatorFactory
e
- OMElement having the evaluator XML configurationEvaluatorException
- if a syntax error is thereCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.