public interface TagRule
Tags encountered by the TagProcessor.
See BasicRule and BasicBlockRule for implementations that
provide basic functionality.| Modifier and Type | Method and Description |
|---|---|
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. |
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.IOExceptionCopyright © 2015. All Rights Reserved.