|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TagRule
User defined rule for processing Tags encountered by the TagProcessor.
See BasicRule and BasicBlockRule for implementations that
provide basic functionality.
| Method Summary | |
|---|---|
void |
process(Tag tag)
Implementations can use this to do any necessary work on the Tag such as extracting
values or transforming it. |
void |
setTagProcessorContext(TagProcessorContext context)
Injected by the TagProcessor before any of the other TagRule methods. |
| Method Detail |
|---|
void setTagProcessorContext(TagProcessorContext context)
TagProcessor before any of the other TagRule methods.
void process(Tag tag)
throws IOException
Tag such as extracting
values or transforming it.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||