org.exolab.adaptx.xslt

Interface Conditional

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

BooleanResult
evaluate(XPathContext context)
Evaluates this Conditional using the given XPathContext.

Method Details

evaluate

public BooleanResult evaluate(XPathContext context)
            throws XPathException
Evaluates this Conditional using the given XPathContext.

Parameters:
context - the XPathContext to evaluate this conditional with.

Returns:
the resulting BooleanResult