| 类 | 说明 |
|---|---|
| AggregateTranslator |
Executes a sequence of translators one after the other.
|
| 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.
|
| EntityArrays |
Class holding various entity data for HTML and XML - generally for use with
the LookupTranslator.
|
| JavaUnicodeEscaper |
Translates codepoints to their Unicode escaped value suitable for Java source.
|
| LookupTranslator |
Translates a value using a lookup table.
|
| NumericEntityEscaper |
Translates codepoints to their XML numeric entity escaped value.
|
| NumericEntityUnescaper |
Translate XML numeric entities of the form &#[xX]?
|
| OctalUnescaper |
Translate escaped octal Strings back to their octal values.
|
| SinglePassTranslator |
Abstract translator for processing whole input in single pass.
|
| StringEscapes |
Escapes and unescapes
Strings for Java, Java Script, HTML and XML. |
| StringEscapes.Builder |
Convenience wrapper for
StringBuilder providing escape methods. |
| UnicodeEscaper |
Translates codepoints to their Unicode escaped value.
|
| UnicodeUnescaper |
Translates escaped Unicode values of the form \\u+\d\d\d\d back to
Unicode.
|
| UnicodeUnpairedSurrogateRemover |
Helper subclass to CharSequenceTranslator to remove unpaired surrogates.
|
| 枚举 | 说明 |
|---|---|
| NumericEntityUnescaper.OPTION |
NumericEntityUnescaper option enum.
|
Copyright © 2022. All rights reserved.