Produce a copy of a string in which the characters '+', '%', '=', ';'
and control characters are replaced with "%hh".
escape(String)
- Static method in class com.intellectualcrafters.json.XML
Replace special characters with XML escapes:
&
(ampersand)
is replaced by &
<
(less than)
is replaced by <
>
(greater than)
is replaced by >
"
(double quote)
is replaced by "
everyone - Variable
in class com.intellectualcrafters.plot.database.AbstractDB
everyone - Static
variable in class com.intellectualcrafters.plot.database.DBFunc