StepExpr
AdditionExpr
, AxisStepExpr
, EqualsExpr
, GreaterThanExpr
, GreaterThanOrEqualsExpr
, LessThanExpr
, LessThanOrEqualsExpr
, LiteralExpr
, MultiplicationExpr
, NotEqualsExpr
, NumberExpr
, PathExpr
, PredicateExpr
, Root
, SubtractionExpr
, UnaryExpr
public interface Expr
Modifier and Type | Method | Description |
---|---|---|
<N extends Node> |
resolve(ViewContext<N> context) |
Evaluate this expression using given context.
|
<N extends Node> View<N> resolve(ViewContext<N> context) throws XmlBuilderException
N
- XML model typecontext
- XPath expression contextXmlBuilderException
- if error occur during XML model modification