Uses of Enum
org.apache.commons.lang3.text.translate.NumericEntityUnescaper.OPTION
Packages that use NumericEntityUnescaper.OPTION
Package
Description
Deprecated: Provides 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 TypeMethodDescriptionDeprecated.Returns the enum constant of this type with the specified name.static NumericEntityUnescaper.OPTION[]
NumericEntityUnescaper.OPTION.values()
Deprecated.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.Tests 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.