Uses of Class
org.apache.commons.text.translate.NumericEntityUnescaper.OPTION
Package | Description |
---|---|
org.apache.commons.text.translate |
An API for creating text translation routines from a set of smaller building blocks.
|
-
Uses of NumericEntityUnescaper.OPTION in org.apache.commons.text.translate
Methods in org.apache.commons.text.translate that return NumericEntityUnescaper.OPTION Modifier and Type Method Description static NumericEntityUnescaper.OPTION
NumericEntityUnescaper.OPTION. valueOf(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.text.translate with parameters of type NumericEntityUnescaper.OPTION Modifier and Type Method Description boolean
NumericEntityUnescaper. isSet(NumericEntityUnescaper.OPTION option)
Whether the passed in option is currently set.Constructors in org.apache.commons.text.translate with parameters of type NumericEntityUnescaper.OPTION Constructor Description NumericEntityUnescaper(NumericEntityUnescaper.OPTION... options)
Create a UnicodeUnescaper.