public interface IProcessor
Object process(String content, IContext context, boolean silent) throws TextAnalyzerException
content - The content to process.context - The test context.silent - true, if silent evaluation, false, otherwise.TextAnalyzerException - On processing errors.Copyright © 2016. All rights reserved.