Uses of Class
org.apache.commons.lang3.text.translate.UnicodeUnescaper.OPTION

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

Uses of UnicodeUnescaper.OPTION in org.apache.commons.lang3.text.translate
 

Methods in org.apache.commons.lang3.text.translate that return UnicodeUnescaper.OPTION
static UnicodeUnescaper.OPTION UnicodeUnescaper.OPTION.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UnicodeUnescaper.OPTION[] UnicodeUnescaper.OPTION.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.commons.lang3.text.translate with parameters of type UnicodeUnescaper.OPTION
 boolean UnicodeUnescaper.isSet(UnicodeUnescaper.OPTION opt)
           
 

Constructors in org.apache.commons.lang3.text.translate with parameters of type UnicodeUnescaper.OPTION
UnicodeUnescaper(UnicodeUnescaper.OPTION... options)
           
 



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