| Package | Description |
|---|---|
| com.google.common.escape |
Interfaces, utilities, and simple implementations of escapers and encoders.
|
| com.google.common.html |
Escapers
for
HTML.
|
| com.google.common.net |
This package contains utility methods and classes for working with net
addresses (numeric IP and domain names).
|
| com.google.common.xml |
Escapers
for
XML.
|
| Class and Description |
|---|
| ArrayBasedEscaperMap
An implementation-specific parameter class suitable for initializing
ArrayBasedCharEscaper or ArrayBasedUnicodeEscaper instances. |
| 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.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). |
| Class and Description |
|---|
| Escaper
An object that converts literal text into a format safe for inclusion in a particular context
(such as an XML document).
|
| Class and Description |
|---|
| Escaper
An object that converts literal text into a format safe for inclusion in a particular context
(such as an XML document).
|
| UnicodeEscaper
An
Escaper that converts literal text into a format safe for
inclusion in a particular context (such as an XML document). |
| Class and Description |
|---|
| Escaper
An object that converts literal text into a format safe for inclusion in a particular context
(such as an XML document).
|
Copyright © 2010-2015. All Rights Reserved.