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
Subclasses with type arguments of type NumericEntityUnescaper.OPTION in org.apache.commons.lang3.text.translateModifier and TypeClassDescriptionstatic enumDeprecated.As of 3.18.0, use Apache Commons Text NumericEntityUnescaper.OPTION.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 TypeMethodDescriptionbooleanNumericEntityUnescaper.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.