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 |
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). |
Copyright © 2011–2022 Google. All rights reserved.