@FunctionalInterface public interface FormatterInterface
| Modifier and Type | Method and Description |
|---|---|
String |
transform(String text)
Transforms source text into (X)HTML.
|
String transform(String text) throws TextProcessingException
text - Source text.TextProcessingException - When text processing fails.Copyright © 2015–2017 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.