Uses of Enum
org.apache.commons.lang3.text.translate.NumericEntityUnescaper.OPTION
Packages that use 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.lang3.text.translate
Methods in org.apache.commons.lang3.text.translate that return NumericEntityUnescaper.OPTIONModifier 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.Methods in org.apache.commons.lang3.text.translate with parameters of type NumericEntityUnescaper.OPTIONModifier and TypeMethodDescriptionboolean
NumericEntityUnescaper.isSet
(NumericEntityUnescaper.OPTION option) Deprecated.Whether the passed in option is currently set.Constructors in org.apache.commons.lang3.text.translate with parameters of type NumericEntityUnescaper.OPTIONModifierConstructorDescriptionNumericEntityUnescaper
(NumericEntityUnescaper.OPTION... options) Deprecated.Create a UnicodeUnescaper.