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