Interface Conditional
- All Known Implementing Classes:
XSLIf, XSLOtherwise
public interface Conditional
Represents a an interface for conditional based xsl elements
such as xsl:if and xsl:choose{xsl:when}
- Author:
- Keith Visco
-
Method Summary
Modifier and TypeMethodDescriptionevaluate(XPathContext context) Evaluates this Conditional using the given XPathContext.
-
Method Details
-
evaluate
Evaluates this Conditional using the given XPathContext.- Parameters:
context- the XPathContext to evaluate this conditional with.- Returns:
- the resulting BooleanResult
- Throws:
XPathException
-