Uses of Enum
org.apache.commons.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.text.translate
Subclasses with type arguments of type NumericEntityUnescaper.OPTION in org.apache.commons.text.translateModifier and TypeClassDescriptionstatic enumEnumerates NumericEntityUnescaper options for unescaping.Fields in org.apache.commons.text.translate with type parameters of type NumericEntityUnescaper.OPTIONModifier and TypeFieldDescriptionprivate static final EnumSet<NumericEntityUnescaper.OPTION> NumericEntityUnescaper.DEFAULT_OPTIONSDefault options.private final EnumSet<NumericEntityUnescaper.OPTION> NumericEntityUnescaper.optionsEnumSet of OPTIONS, given from the constructor, read-only.Methods in org.apache.commons.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.text.translate with parameters of type NumericEntityUnescaper.OPTIONModifier and TypeMethodDescriptionbooleanNumericEntityUnescaper.isSet(NumericEntityUnescaper.OPTION option) Tests whether the passed in option is currently set.Constructors in org.apache.commons.text.translate with parameters of type NumericEntityUnescaper.OPTIONModifierConstructorDescriptionNumericEntityUnescaper(NumericEntityUnescaper.OPTION... options) Creates a UnicodeUnescaper.