| 程序包 | 说明 |
|---|---|
| net.hasor.cobble.text |
An API for creating text translation routines from a set of smaller building blocks.
|
| 类和说明 |
|---|
| CharSequenceTranslator
An API for translating text.
|
| CodePointTranslator
Helper subclass to CharSequenceTranslator to allow for translations that
will replace up to one character at a time.
|
| JavaUnicodeEscaper
Translates codepoints to their Unicode escaped value suitable for Java source.
|
| NumericEntityEscaper
Translates codepoints to their XML numeric entity escaped value.
|
| NumericEntityUnescaper.OPTION
NumericEntityUnescaper option enum.
|
| StringEscapeUtils.Builder
Convenience wrapper for
StringBuilder providing escape methods. |
| UnicodeEscaper
Translates codepoints to their Unicode escaped value.
|
Copyright © 2022. All rights reserved.