| Interface | Description |
|---|---|
| MultiStageHandler |
Extension to
Handler for those handlers that need to run on TextSource more than once. |
| Class | Description |
|---|---|
| DefaultHandler |
Implementation of
Handler that provides a starting point for
implementing custom handlers. |
| DelegatingMultiStageHandler |
MultiStageHandler that delegates to a Handler for each stage. |
| SimpleMultiStageHandler |
MultiStageHandler that takes a collection of Handlers to run
after each other. |
Copyright © 2018. All rights reserved.