public interface MultiStageHandler extends Handler
Handler for those handlers that need to run on TextSource more than once.| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreStages()
Get if there any more stages needed.
|
static Handler |
withStages(Collection<Handler> stages)
Create a handler that runs the given stages in order.
|
static Handler |
withStages(Handler... stages)
Create a handler that runs the given stages in order.
|
done, endAttribute, endParagraph, endSentence, start, startAttribute, startParagraph, startSentence, tokenboolean hasMoreStages()
static Handler withStages(Handler... stages)
stages - static Handler withStages(Collection<Handler> stages)
stages - Copyright © 2018. All rights reserved.