|
GXPARSE hosted by |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScanAction
A superclass used to subclass ScanMatch
as a
ScanRule
. This is defined as a separate class in case
an application programmer wants to delegate an action method from a
ScanRule
.
Method Summary | |
---|---|
void |
action(ScanState scanState,
MatchedText matchedText)
Do something with text that has been matched by a
scanRule . |
Method Detail |
---|
void action(ScanState scanState, MatchedText matchedText) throws IOException
Do something with text that has been matched
by a
scanRule
.
IOException
|
GXPARSE download | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |