All Packages Class Hierarchy This Package Previous Next Index
Interface com.kvisco.xsl.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
-
evaluate(Node, ProcessorState)
- Evalutes this BooleanExpr using the given Node as
the context
evaluate
public abstract BooleanResult evaluate(Node context,
ProcessorState ps) throws InvalidExprException
- Evalutes this BooleanExpr using the given Node as
the context
All Packages Class Hierarchy This Package Previous Next Index