|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jclark.xsl.tr.IfAction
class IfAction
| Field Summary | |
|---|---|
(package private) BooleanExpr |
condition
|
(package private) Action |
ifFalseAction
|
(package private) Action |
ifTrueAction
|
| Constructor Summary | |
|---|---|
IfAction(BooleanExpr condition,
Action ifTrueAction,
Action ifFalseAction)
|
|
| Method Summary | |
|---|---|
void |
invoke(ProcessContext context,
Node sourceNode,
Result result)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
BooleanExpr condition
Action ifTrueAction
Action ifFalseAction
| Constructor Detail |
|---|
IfAction(BooleanExpr condition,
Action ifTrueAction,
Action ifFalseAction)
| Method Detail |
|---|
public void invoke(ProcessContext context,
Node sourceNode,
Result result)
throws XSLException
invoke in interface ActionXSLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||