| Constructor | Description |
|---|---|
PredicateExpr(Expr predicate) |
| Modifier and Type | Method | Description |
|---|---|---|
<N extends Node> |
resolve(ViewContext<N> context) |
Evaluate this expression using given context.
|
String |
toString() |
public PredicateExpr(Expr predicate)
public <N extends Node> View<N> resolve(ViewContext<N> context) throws XmlBuilderException
Exprresolve in interface ExprN - XML model typecontext - XPath expression contextXmlBuilderException - if error occur during XML model modification