Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.lang3.text.translate Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
AggregateTranslatorExecutes a sequence of translators one after the other.Classorg.apache.commons.lang3.text.translateApache Commons
CharSequenceTranslatorAn API for translating text.Classorg.apache.commons.lang3.text.translateApache Commons
CodePointTranslatorHelper subclass to CharSequenceTranslator to allow for translations that will replace up to one character at a time.Classorg.apache.commons.lang3.text.translateApache Commons
EntityArraysClass holding various entity data for HTML and XML - generally for use with the LookupTranslator.Classorg.apache.commons.lang3.text.translateApache Commons
JavaUnicodeEscaperTranslates codepoints to their Unicode escaped value suitable for Java source.Classorg.apache.commons.lang3.text.translateApache Commons
LookupTranslatorTranslates a value using a lookup table.Classorg.apache.commons.lang3.text.translateApache Commons
NumericEntityEscaperTranslates codepoints to their XML numeric entity escaped value.Classorg.apache.commons.lang3.text.translateApache Commons
NumericEntityUnescaperTranslate XML numeric entities of the form &#[xX]?\d+;? to the specific codepoint.Classorg.apache.commons.lang3.text.translateApache Commons
NumericEntityUnescaper .OPTIONClassorg.apache.commons.lang3.text.translate.NumericEntityUnescaperApache Commons
OctalUnescaperTranslate escaped octal Strings back to their octal values.Classorg.apache.commons.lang3.text.translateApache Commons
UnicodeEscaperTranslates codepoints to their Unicode escaped value.Classorg.apache.commons.lang3.text.translateApache Commons
UnicodeUnescaperTranslates escaped Unicode values of the form \\u+\d\d\d\d back to Unicode.Classorg.apache.commons.lang3.text.translateApache Commons
UnicodeUnpairedSurrogateRemoverHelper subclass to CharSequenceTranslator to remove unpaired surrogates.Classorg.apache.commons.lang3.text.translateApache Commons