Constructor | Description |
---|---|
AdditionExpr(Expr leftExpr,
Expr rightExpr) |
Modifier and Type | Method | Description |
---|---|---|
<N extends Node> |
resolve(ViewContext<N> context) |
Evaluate this expression using given context.
|
String |
toString() |
public final <N extends Node> View<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