class |
ArrayBasedCharEscaper |
A CharEscaper that uses an array to quickly look up replacement characters for a given
char value.
|
class |
ArrayBasedEscaperMap |
|
class |
ArrayBasedUnicodeEscaper |
A UnicodeEscaper that uses an array to quickly look up replacement characters for a given
code point.
|
class |
CharEscaper |
An object that converts literal text into a format safe for inclusion in a particular context
(such as an XML document).
|
class |
CharEscaperBuilder |
Simple helper class to build a "sparse" array of objects based on the indexes that were added to
it.
|
class |
Escaper |
An object that converts literal text into a format safe for inclusion in a particular context
(such as an XML document).
|
class |
Escapers |
Static utility methods pertaining to Escaper instances.
|
(package private) class |
Platform |
Methods factored out so that they can be emulated differently in GWT.
|
class |
UnicodeEscaper |
An Escaper that converts literal text into a format safe for inclusion in a particular
context (such as an XML document).
|