Uses of Class
org.apache.commons.lang3.text.translate.CodePointTranslator

Packages that use CodePointTranslator
org.apache.commons.lang3.text.translate An API for creating text translation routines from a set of smaller building blocks. 
 

Uses of CodePointTranslator in org.apache.commons.lang3.text.translate
 

Subclasses of CodePointTranslator in org.apache.commons.lang3.text.translate
 class NumericEntityEscaper
          Translates codepoints to their XML numeric entity escaped value.
 class UnicodeEscaper
          Translates codepoints to their Unicode escaped value.
 



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