| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 183 lines (7 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
HTMLPurifier_Generator:: (6 methods):
__construct()
generateFromTokens()
generateFromToken()
generateScriptFromToken()
generateAttributes()
escape()
Class: HTMLPurifier_Generator - X-Ref
Generates HTML from tokens.| __construct($config, $context) X-Ref |
param: $config Instance of HTMLPurifier_Config param: $context Instance of HTMLPurifier_Context |
| generateFromTokens($tokens) X-Ref |
| Generates HTML from an array of tokens. param: $tokens Array of HTMLPurifier_Token param: $config HTMLPurifier_Config object return: Generated HTML |
| generateFromToken($token) X-Ref |
| Generates HTML from a single token. param: $token HTMLPurifier_Token object. return: Generated HTML |
| generateScriptFromToken($token) X-Ref |
| Special case processor for the contents of script tags |
| generateAttributes($assoc_array_of_attributes, $element = false) X-Ref |
| Generates attribute declarations from attribute array. param: $assoc_array_of_attributes Attribute array param: $element Name of element attributes are for, used to check return: Generate HTML fragment for insertion. |
| escape($string, $quote = ENT_COMPAT) X-Ref |
| Escapes raw text data. param: $string String data to escape for HTML. param: $quote Quoting style, like htmlspecialchars. ENT_NOQUOTES is return: String escaped data. |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |