static NumericEntityEscaper |
NumericEntityEscaper.above(int codePoint) |
Constructs a NumericEntityEscaper above the specified value (exclusive).
|
static NumericEntityEscaper |
NumericEntityEscaper.below(int codePoint) |
Constructs a NumericEntityEscaper below the specified value (exclusive).
|
static NumericEntityEscaper |
NumericEntityEscaper.between(int codePointLow,
int codePointHigh) |
Constructs a NumericEntityEscaper between the specified values (inclusive).
|
static NumericEntityEscaper |
NumericEntityEscaper.outsideOf(int codePointLow,
int codePointHigh) |
Constructs a NumericEntityEscaper outside of the specified values (exclusive).
|