| Class | Description |
|---|---|
| EscapeCodeValues |
HTML/XML/JSON等
|
| JavaUnicodeEscaper |
Translates codepoints to their Unicode escaped value suitable for Java source.
|
| NumericEscaper |
Translates codepoints to their XML numeric entity escaped value.
|
| NumericUnescaper |
Translate XML numeric entities of the form &#[xX]?\d+;? to
the specific codepoint.
|
| OctalUnescaper |
Translate escaped octal Strings back to their octal values.
|
| UnicodeEscaper |
Translates codepoints to their Unicode escaped value.
|
| UnicodeUnescaper |
Translates escaped Unicode values of the form \\u+\d\d\d\d back to
Unicode.
|
| UnicodeUnpaired |
Helper subclass to CharSequenceTranslator to remove unpaired surrogates.
|
| Enum | Description |
|---|---|
| NumericUnescaper.OPTION |
NumericUnescaper option enum.
|
Copyright © 2019. All rights reserved.