Package | Description |
---|---|
monq.jfa.ctx |
adds support for recursive parsing to jfa that in particular
allows easy XML parsing as an alternative to SAX.
|
Modifier and Type | Method and Description |
---|---|
IfContext |
IfContext.elsedo(FaAction a)
define the action to call when this object's invoke
method is called in a context for which no client action is
registered.
|
IfContext |
IfContext.ifthen(Context ctx,
FaAction a)
defines to call the given action when this object's invoke method
is called in the given context.
|