All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.XSLOtherwise

com.kvisco.xsl.XSLObject
   |
   +----com.kvisco.xsl.XSLOtherwise

public class XSLOtherwise
extends XSLObject
implements Conditional
Represents an XSLIf Object (xsl:if)

Author:
Keith Visco

Constructor Index

 o XSLOtherwise(XSLStylesheet)
Creates a new XSLOtherwise object

Method Index

 o evaluate(Node, ProcessorState)

Constructors

 o XSLOtherwise
 public XSLOtherwise(XSLStylesheet parentStylesheet)
Creates a new XSLOtherwise object

Methods

 o evaluate
 public BooleanResult evaluate(Node context,
                               ProcessorState ps) throws InvalidExprException

All Packages  Class Hierarchy  This Package  Previous  Next  Index