Uses of Class
org.apache.commons.text.translate.NumericEntityEscaper
Package
Description
An API for creating text translation routines from a set of smaller building blocks.
-
Uses of NumericEntityEscaper in org.apache.commons.text.translate
Modifier and TypeMethodDescriptionstatic NumericEntityEscaper
NumericEntityEscaper.above
(int codePoint) Constructs aNumericEntityEscaper
above the specified value (exclusive).static NumericEntityEscaper
NumericEntityEscaper.below
(int codePoint) Constructs aNumericEntityEscaper
below the specified value (exclusive).static NumericEntityEscaper
NumericEntityEscaper.between
(int codePointLow, int codePointHigh) Constructs aNumericEntityEscaper
between the specified values (inclusive).static NumericEntityEscaper
NumericEntityEscaper.outsideOf
(int codePointLow, int codePointHigh) Constructs aNumericEntityEscaper
outside of the specified values (exclusive).