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 |
---|---|
ContextManager |
ContextManager.setDefaultAction(FaAction a)
calls both,
setDefaultStartAction()
and setDefaultEndAction() with the
given action. |
ContextManager |
ContextManager.setDefaultEndAction(FaAction a)
defines the default action to be applied to the text matching
a context end.
|
ContextManager |
ContextManager.setDefaultFMB(DfaRun.FailedMatchBehaviour fmb)
defines the default behaviour into which the
DfaRun is switched, when a context is entered. |
ContextManager |
ContextManager.setDefaultStartAction(FaAction a)
defines the default action to be applied to the text matching
a context start.
|