Uses of Package
org.apache.commons.text.translate
-
Packages that use org.apache.commons.text.translate Package Description org.apache.commons.text Basic classes for text handling.org.apache.commons.text.translate An API for creating text translation routines from a set of smaller building blocks. -
Classes in org.apache.commons.text.translate used by org.apache.commons.text Class Description CharSequenceTranslator An API for translating text. -
Classes in org.apache.commons.text.translate used by org.apache.commons.text.translate Class Description CharSequenceTranslator An API for translating text.CodePointTranslator Helper subclass to CharSequenceTranslator to allow for translations that will replace up to one character at a time.JavaUnicodeEscaper Translates codepoints to their Unicode escaped value suitable for Java source.NumericEntityEscaper Translates codepoints to their XML numeric entity escaped value.NumericEntityUnescaper.OPTION NumericEntityUnescaper option enum.SinglePassTranslator Abstract translator for processing whole input in single pass.UnicodeEscaper Translates codepoints to their Unicode escaped value.