Class AbstractSelectorStep
- java.lang.Object
-
- org.smooks.engine.resource.config.xpath.step.AbstractSelectorStep
-
- All Implemented Interfaces:
SelectorStep
- Direct Known Subclasses:
AllSelectorStep
,NamedSelectorStep
public abstract class AbstractSelectorStep extends Object implements SelectorStep
-
-
Field Summary
Fields Modifier and Type Field Description protected Properties
namespaces
protected List<Predicate>
predicates
-
Constructor Summary
Constructors Constructor Description AbstractSelectorStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(Fragment<?> fragment, ExecutionContext executionContext)
Properties
getNamespaces()
List<Predicate>
getPredicates()
-
-
-
Field Detail
-
namespaces
protected final Properties namespaces
-
-
Method Detail
-
getNamespaces
public Properties getNamespaces()
- Specified by:
getNamespaces
in interfaceSelectorStep
-
evaluate
public boolean evaluate(Fragment<?> fragment, ExecutionContext executionContext)
- Specified by:
evaluate
in interfaceSelectorStep
-
getPredicates
public List<Predicate> getPredicates()
- Specified by:
getPredicates
in interfaceSelectorStep
-
-