Package org.apache.commons.lang3.text.translate
Deprecated.
as of 3.6, use the commons-text
translate package instead
An API for creating text translation routines from a set of smaller building blocks. Initially created to make it possible for the user to customize the rules in the StringEscapeUtils class.
These classes are immutable, and therefore thread-safe.
- Since:
- 3.0
-
Class Summary Class Description AggregateTranslator Deprecated. as of 3.6, use commons-text AggregateTranslator insteadCharSequenceTranslator Deprecated. as of 3.6, use commons-text CharSequenceTranslator insteadCodePointTranslator Deprecated. as of 3.6, use commons-text CharSequenceTranslator insteadEntityArrays Deprecated. as of 3.6, use commons-text EntityArrays insteadJavaUnicodeEscaper Deprecated. as of 3.6, use commons-text UnicodeEscaper insteadLookupTranslator Deprecated. as of 3.6, use commons-text LookupTranslator insteadNumericEntityEscaper Deprecated. as of 3.6, use commons-text NumericEntityEscaper insteadNumericEntityUnescaper Deprecated. as of 3.6, use commons-text NumericEntityUnescaper insteadOctalUnescaper Deprecated. as of 3.6, use commons-text OctalUnescaper insteadUnicodeEscaper Deprecated. as of 3.6, use commons-text UnicodeEscaper insteadUnicodeUnescaper Deprecated. as of 3.6, use commons-text UnicodeUnescaper insteadUnicodeUnpairedSurrogateRemover Deprecated. as of 3.6, use commons-text UnicodeUnpairedSurrogateRemover instead -
Enum Summary Enum Description NumericEntityUnescaper.OPTION Enumerates NumericEntityUnescaper options for unescaping.