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
Expr
resolve
in interface Expr
N
- XML model typecontext
- XPath expression contextXmlBuilderException
- if error occur during XML model modification