org.exolab.adaptx.xslt

Interface Conditional

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
BooleanResultevaluate(XPathContext context)
Evaluates this Conditional using the given XPathContext.

Method Detail

evaluate

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

Parameters: context the XPathContext to evaluate this conditional with.

Returns: the resulting BooleanResult