Interface SelectorStep
-
- All Known Implementing Classes:
AbstractSelectorStep
,AllSelectorStep
,AttributeSelectorStep
,DocumentSelectorStep
,ElementSelectorStep
,NamedSelectorStep
public interface SelectorStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
evaluate(Fragment<?> fragment, ExecutionContext executionContext)
Properties
getNamespaces()
List<Predicate>
getPredicates()
-
-
-
Method Detail
-
getNamespaces
Properties getNamespaces()
-
evaluate
boolean evaluate(Fragment<?> fragment, ExecutionContext executionContext)
-
-