com.jclark.xsl.tr
class IfAction extends Object implements Action
| Field Summary | |
|---|---|
| BooleanExpr | condition |
| Action | ifFalseAction |
| Action | ifTrueAction |
| Constructor Summary | |
|---|---|
| IfAction(BooleanExpr condition, Action ifTrueAction, Action ifFalseAction) | |
| Method Summary | |
|---|---|
| void | invoke(ProcessContext context, Node sourceNode, Result result) |