Package com.google.api.client.util.escape
Character escaping utilities.
- Since:
- 1.0
-
Class Summary Class Description CharEscapers Utility functions for encoding and decoding URIs.Escaper An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).PercentEscaper AUnicodeEscaper
that escapes some set of Java characters using the URI percent encoding scheme.Platform Methods factored out so that they can be emulated differently in GWT.UnicodeEscaper AnEscaper
that converts literal text into a format safe for inclusion in a particular context (such as an XML document).