Uses of Interface
com.google.gdata.util.common.base.Escaper
-
Packages that use Escaper Package Description com.google.gdata.util.common.base -
-
Uses of Escaper in com.google.gdata.util.common.base
Classes in com.google.gdata.util.common.base that implement Escaper Modifier and Type Class Description classPercentEscaperAUnicodeEscaperthat escapes some set of Java characters using the URI percent encoding scheme.classUnicodeEscaperAnEscaperthat converts literal text into a format safe for inclusion in a particular context (such as an XML document).
-