Expr
, Predicate<ViewContext<?>>
public interface StepExpr extends Expr
Modifier and Type | Method | Description |
---|---|---|
<N extends Node> |
resolve(ViewContext<N> context) |
Evaluate this expression on given xml model view using given context.
|
<N extends Node> IterableNodeView<N> resolve(ViewContext<N> context) throws XmlBuilderException
Expr
resolve
in interface Expr
N
- XML model typecontext
- XPath expression contextXmlBuilderException
- if error occur during XML model modification