public class NumericEntityUnescaper extends StrReplacer
| Constructor and Description |
|---|
NumericEntityUnescaper() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
replace(CharSequence str,
int pos,
StrBuilder out)
抽象的字符串替换方法,通过传入原字符串和当前位置,执行替换逻辑,返回处理或替换的字符串长度部分。
|
replaceprotected int replace(CharSequence str, int pos, StrBuilder out)
StrReplacerreplace in class StrReplacerstr - 被处理的字符串pos - 当前位置out - 输出Copyright © 2025. All rights reserved.