Uses of Package
org.apache.commons.lang3.text.translate

Packages that use org.apache.commons.lang3.text.translate
org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to the java.lang classes. 
org.apache.commons.lang3.text.translate An API for creating text translation routines from a set of smaller building blocks. 
 

Classes in org.apache.commons.lang3.text.translate used by org.apache.commons.lang3
CharSequenceTranslator
          An API for translating text.
 

Classes in org.apache.commons.lang3.text.translate used by org.apache.commons.lang3.text.translate
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.
NumericEntityEscaper
          Translates codepoints to their XML numeric entity escaped value.
NumericEntityUnescaper.OPTION
           
UnicodeEscaper
          Translates codepoints to their Unicode escaped value.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.