All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.XSLIf
com.kvisco.xsl.XSLObject
|
+----com.kvisco.xsl.XSLIf
- public class XSLIf
- extends XSLObject
- implements Conditional
Represents an XSLIf Object (xsl:if)
- Author:
- Keith Visco
-
XSLIf(XSLStylesheet)
- Creates a new XSLIf object
-
evaluate(Node, ProcessorState)
-
-
getBooleanExpr()
- Returns the BooleanExpr of this XSL conditional
-
setAttribute(String, String)
- Sets the attribute with the given name to the given value.
-
setBooleanExpr(BooleanExpr)
-
XSLIf
public XSLIf(XSLStylesheet parentStylesheet)
- Creates a new XSLIf object
getBooleanExpr
public BooleanExpr getBooleanExpr() throws InvalidExprException
- Returns the BooleanExpr of this XSL conditional
- Returns:
- the BooleanExpr of this XSL conditional
evaluate
public BooleanResult evaluate(Node context,
ProcessorState ps) throws InvalidExprException
setAttribute
public void setAttribute(String name,
String value) throws XSLException
- Sets the attribute with the given name to the given value.
- Parameters:
- name - the name of the attribute to set
- value - the value to set the attribute to
- Overrides:
- setAttribute in class XSLObject
setBooleanExpr
public void setBooleanExpr(BooleanExpr booleanExpr)
All Packages Class Hierarchy This Package Previous Next Index