org.kefirsf.bb
Class TextProcessorChain
java.lang.Object
org.kefirsf.bb.TextProcessorAdapter
org.kefirsf.bb.TextProcessorChain
- All Implemented Interfaces:
- TextProcessor
public class TextProcessorChain
- extends TextProcessorAdapter
Chain of text processors wich process text serially
- Author:
- Kefir
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextProcessorChain
public TextProcessorChain(List<? extends TextProcessor> processors)
process
public CharSequence process(CharSequence source)
- Process the text
- Parameters:
source - the sourcetext
- Returns:
- the result of text processing
- See Also:
TextProcessor.process(CharSequence)
Copyright © 2013. All Rights Reserved.