Uses of Package
com.google.api.client.util.escape
-
Packages that use com.google.api.client.util.escape Package Description com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.com.google.api.client.util.escape Character escaping utilities.com.google.api.client.xml.atom Beta
Utilities for Atom XML. -
Classes in com.google.api.client.util.escape used by com.google.api.client.http 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.api.client.util.escape used by com.google.api.client.util.escape 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.api.client.util.escape used by com.google.api.client.xml.atom Class Description PercentEscaper AUnicodeEscaper
that escapes some set of Java characters using the URI percent encoding scheme.