Uses of Package
com.google.common.escape
Packages that use com.google.common.escape
Package
Description
Interfaces, utilities, and simple implementations of escapers and encoders.
Escapers
for
HTML.
This package contains utility methods and classes for working with net addresses (numeric IP and
domain names).
Escapers
for
XML.
-
Classes in com.google.common.escape used by com.google.common.escapeClassDescriptionAn implementation-specific parameter class suitable for initializing
ArrayBasedCharEscaper
orArrayBasedUnicodeEscaper
instances.An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).Simple helper class to build a "sparse" array of objects based on the indexes that were added to it.An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).A builder for simple, fast escapers.AnEscaper
that converts literal text into a format safe for inclusion in a particular context (such as an XML document). -
Classes in com.google.common.escape used by com.google.common.htmlClassDescriptionAn object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
-
Classes in com.google.common.escape used by com.google.common.netClassDescriptionAn object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).An
Escaper
that converts literal text into a format safe for inclusion in a particular context (such as an XML document). -
Classes in com.google.common.escape used by com.google.common.xmlClassDescriptionAn object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).