| 接口 | 说明 |
|---|---|
| Escaper |
An object that converts literal text into a format safe for inclusion in a particular context
(such as an XML document).
|
| 类 | 说明 |
|---|---|
| ArrayBasedCharEscaper |
A
CharEscaper that uses an array to quickly look up replacement characters for a given
char value. |
| ArrayBasedEscaperMap |
An implementation-specific parameter class suitable for initializing
ArrayBasedCharEscaper or ArrayBasedUnicodeEscaper instances. |
| ArrayBasedUnicodeEscaper |
A
UnicodeEscaper that uses an array to quickly look up replacement characters for a given
code point. |
| CharEscaper |
An object that converts literal text into a format safe for inclusion in a particular context
(such as an XML document).
|
| CharEscaperBuilder |
Simple helper class to build a "sparse" array of objects based on the indexes that were added to
it.
|
| Escapers |
Static utility methods pertaining to
Escaper instances. |
| Escapers.Builder |
A builder for simple, fast escapers.
|
| UnicodeEscaper |
An
Escaper that converts literal text into a format safe for inclusion in a particular
context (such as an XML document). |
Copyright © 2022. All rights reserved.