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 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).