GXPARSE hosted by SourceForge.net Logo

ca.gorman.util.scan
Interface ScanAction

All Known Subinterfaces:
ScanRule
All Known Implementing Classes:
AbstractScanRule, ScanRuleDelegator

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

action

void action(ScanState scanState,
            MatchedText matchedText)
            throws IOException

Do something with text that has been matched by a scanRule.

Throws:
IOException

GXPARSE download

GXPARSE Generic XML Stream Parser API and supporting tools.   Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004 Ian E. Gorman
Released under GNU Lesser General Public License