static NumericEntityEscaper |
NumericEntityEscaper.above(int codepoint) |
Deprecated.
Constructs a NumericEntityEscaper above the specified value (exclusive).
|
static NumericEntityEscaper |
NumericEntityEscaper.below(int codepoint) |
Deprecated.
Constructs a NumericEntityEscaper below the specified value (exclusive).
|
static NumericEntityEscaper |
NumericEntityEscaper.between(int codepointLow,
int codepointHigh) |
Deprecated.
Constructs a NumericEntityEscaper between the specified values (inclusive).
|
static NumericEntityEscaper |
NumericEntityEscaper.outsideOf(int codepointLow,
int codepointHigh) |
Deprecated.
Constructs a NumericEntityEscaper outside of the specified values (exclusive).
|