org.exolab.adaptx.xslt

Class XSLOtherwise

public class XSLOtherwise extends XSLObject implements Conditional

Represents an XSLOtherwise Object (xsl:otherwise)

Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $

Author: Keith Visco

Constructor Summary
XSLOtherwise()
Creates a new XSLOtherwise object
Method Summary
BooleanResultevaluate(XPathContext context)
Evaluates this Conditional using the given XPathContext.

Constructor Detail

XSLOtherwise

public XSLOtherwise()
Creates a new XSLOtherwise object

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