public class NotFactory extends Object implements EvaluatorFactory
NotEvaluator from the following XML configuration.
<not>
one evaluator
</not>
| Constructor and Description |
|---|
NotFactory() |
| 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
EvaluatorFactorycreate in interface EvaluatorFactorye - OMElement having the evaluator XML configurationEvaluatorException - if a syntax error is thereCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.