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

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

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

Methods in org.apache.commons.lang3.text.translate that return NumericEntityUnescaper.OPTION
static NumericEntityUnescaper.OPTION NumericEntityUnescaper.OPTION.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NumericEntityUnescaper.OPTION[] NumericEntityUnescaper.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 NumericEntityUnescaper.OPTION
 boolean NumericEntityUnescaper.isSet(NumericEntityUnescaper.OPTION option)
          Whether the passed in option is currently set.
 

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



Copyright © 2001-2011. All Rights Reserved.