public interface CombinedTranslator extends CharacterTranslator, HtmlElementTranslator
Interface for a combined translator (characters and HTML Elements).
| Modifier and Type | Method and Description |
|---|---|
default String |
translate(Object input)
Translates HTML Elements and characters from a source to a target representation.
|
String |
translate(String input)
Translates HTML Elements and characters from a source to a target representation.
|
translateCharacters, translateCharacterstext2tmp, tmp2target, translateHtmlElements, translateHtmlElementsCopyright © 2016–2017. All rights reserved.