| Package | Description |
|---|---|
| com.google.gdata.util.common.base |
| Modifier and Type | Class and Description |
|---|---|
class |
CharEscaper
An object that converts literal text into a format safe for inclusion in a
particular context (such as an XML document).
|
class |
PercentEscaper
A
UnicodeEscaper that escapes some set of Java characters using
the URI percent encoding scheme. |
class |
UnicodeEscaper
An
Escaper that converts literal text into a format safe for
inclusion in a particular context (such as an XML document). |
| Modifier and Type | Method and Description |
|---|---|
static Escaper |
CharEscapers.cppUriEscaper()
Returns a
Escaper instance that escapes Java characters in a manner
compatible with the C++ webutil/url URL class (the kGoogle1Escape
set). |
static Escaper |
CharEscapers.uriEscaper()
Returns an
Escaper instance that escapes Java chars so they can be
safely included in URIs. |
static Escaper |
CharEscapers.uriEscaper(boolean plusForSpace)
Returns a
Escaper instance that escapes Java characters so they can
be safely included in URIs. |
static Escaper |
CharEscapers.uriPathEscaper()
Returns an
Escaper instance that escapes Java chars so they can be
safely included in URI path segments. |
static Escaper |
CharEscapers.uriQueryStringEscaper()
Returns an
Escaper instance that escapes Java chars so they can be
safely included in URI query string segments. |
Copyright © 2012. All Rights Reserved.