Uses of Package
com.google.common.escape
-
Packages that use com.google.common.escape 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 Utility methods and classes for networking (such as IP addresses and domain names).com.google.common.xml Escapers for XML. -
Classes in com.google.common.escape used by com.google.common.escape Class Description ArrayBasedEscaperMap An implementation-specific parameter class suitable for initializingArrayBasedCharEscaper
orArrayBasedUnicodeEscaper
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 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.html Class Description Escaper An 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.net Class Description Escaper An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).UnicodeEscaper 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.xml Class Description Escaper An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).