Package com.google.api.client.util.escape
package com.google.api.client.util.escape
Character escaping utilities.
- Since:
- 1.0
-
ClassesClassDescriptionUtility functions for dealing with
CharEscaper
s, and some commonly usedCharEscaper
instances.An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).AUnicodeEscaper
that escapes some set of Java characters using the URI percent encoding scheme.Methods factored out so that they can be emulated differently in GWT.AnEscaper
that converts literal text into a format safe for inclusion in a particular context (such as an XML document).