| Interface | Description |
|---|---|
| Escaper |
An object that converts literal text into a format safe for inclusion in a
particular context (such as an XML document).
|
| Class | Description |
|---|---|
| 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.
|
| CharEscapers |
Utility functions for dealing with
CharEscapers, and some commonly
used CharEscaper instances. |
| Pair<A,B> |
An immutable, semantic-free ordered pair of nullable values.
|
| PercentEscaper |
A
UnicodeEscaper that escapes some set of Java characters using
the URI percent encoding scheme. |
| UnescapeUtils |
Utilities for unescaping strings from context-specific formats.
|
| UnicodeEscaper |
An
Escaper that converts literal text into a format safe for
inclusion in a particular context (such as an XML document). |