public interface Conditional
| Modifier and Type | Method and Description |
|---|---|
BooleanResult |
evaluate(XPathContext context)
Evaluates this Conditional using the given XPathContext.
|
BooleanResult evaluate(XPathContext context) throws XPathException
context - the XPathContext to evaluate this conditional with.XPathException