|
Class Summary |
| AbstractRegexProcessor |
Base class for regex based Processors that can accept a pattern String
and need to create a java.util.regex.Matcher before processing text. |
| Processor |
Base class for agents that match part(s) of a CharSequence
and write XML Elements as match(es) are found. |
| RegexDelimitedProcessor |
Repeatedly matches sections of text delimited
by a regex pattern. |
| RegexMatchProcessor |
Matches sections of text specified by groups in a
regex pattern. |
| SubCharSequence |
For internal use. |