| Class | Description |
|---|---|
| HtmlEscapeFunction |
This class HTML escapes a string in the same way as the ClearSilver html_escape function.
|
| JsEscapeFunction |
This Javascript escapes the string so it will be valid data for placement into a Javascript
string.
|
| JsValidateUnquotedLiteral |
This function will be used to sanitize variables introduced into javascript that are not string
literals.
|
| NullEscapeFunction |
Returns the input string without any modification.
|
| SimpleEscapingFunction |
Base class to make writing fast, simple escaping functions easy.
|
| StyleEscapeFunction |
This function will be used to sanitize variables in 'style' attributes.
|
| UrlEscapeFunction |
This URL encodes the string.
|
Copyright © 2010–2013 Google. All rights reserved.