Uses of Enum
org.apache.commons.text.translate.NumericEntityUnescaper.OPTION
Package
Description
An API for creating text translation routines from a set of smaller building blocks.
-
Uses of NumericEntityUnescaper.OPTION in org.apache.commons.text.translate
Modifier and TypeMethodDescriptionReturns 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.Modifier and TypeMethodDescriptionboolean
NumericEntityUnescaper.isSet
(NumericEntityUnescaper.OPTION option) Tests whether the passed in option is currently set.ModifierConstructorDescriptionNumericEntityUnescaper
(NumericEntityUnescaper.OPTION... options) Creates a UnicodeUnescaper.