|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |