@ParametersAreNonnullByDefault
See: Description
| Class | Description | 
|---|---|
| ArrayBasedCharEscaper | A  CharEscaperthat uses an array to quickly look up replacement
 characters for a givencharvalue. | 
| ArrayBasedEscaperMap | An implementation-specific parameter class suitable for initializing
  ArrayBasedCharEscaperorArrayBasedUnicodeEscaperinstances. | 
| ArrayBasedUnicodeEscaper | A  UnicodeEscaperthat 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. | 
| Escaper | An object that converts literal text into a format safe for inclusion in a particular context
 (such as an XML document). | 
| Escapers | Static utility methods pertaining to  Escaperinstances. | 
| Escapers.Builder | A builder for simple, fast escapers. | 
| UnicodeEscaper | An  Escaperthat converts literal text into a format safe for
 inclusion in a particular context (such as an XML document). | 
Escaper.
 Additional escapers implementations are found in the applicable packages: HtmlEscapers in com.google.common.html, XmlEscapers in com.google.common.xml, and UrlEscapers in com.google.common.net.
 
This package is a part of the open-source Guava libraries.
Copyright © 2010-2015. All Rights Reserved.