| 程序包 | 说明 |
|---|---|
| net.hasor.cobble.text |
An API for creating text translation routines from a set of smaller building blocks.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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). |
Copyright © 2022–2023. All rights reserved.