Uses of Class
org.apache.commons.text.translate.NumericEntityEscaper
| Package | Description |
|---|---|
| org.apache.commons.text.translate |
An API for creating text translation routines from a set of smaller building blocks.
|
-
Uses of NumericEntityEscaper in org.apache.commons.text.translate
Methods in org.apache.commons.text.translate that return NumericEntityEscaper Modifier and Type Method Description static NumericEntityEscaperNumericEntityEscaper. above(int codepoint)Constructs aNumericEntityEscaperabove the specified value (exclusive).static NumericEntityEscaperNumericEntityEscaper. below(int codepoint)Constructs aNumericEntityEscaperbelow the specified value (exclusive).static NumericEntityEscaperNumericEntityEscaper. between(int codepointLow, int codepointHigh)Constructs aNumericEntityEscaperbetween the specified values (inclusive).static NumericEntityEscaperNumericEntityEscaper. outsideOf(int codepointLow, int codepointHigh)Constructs aNumericEntityEscaperoutside of the specified values (exclusive).