Package com.google.api.client.util.escape

Character escaping utilities.

See:
          Description

Class Summary
CharEscapers Utility functions for dealing with CharEscapers, and some commonly used CharEscaper instances.
Escaper An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
PercentEscaper A UnicodeEscaper that escapes some set of Java characters using the URI percent encoding scheme.
UnicodeEscaper An Escaper that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
 

Package com.google.api.client.util.escape Description

Character escaping utilities.

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library

Since:
1.0
Author:
Yaniv Inbar


Copyright © 2011-2012 Google. All Rights Reserved.