|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Implements special behavior for class attribute (normally NMTOKENS) More...
Inheritance diagram for HTMLPurifier_AttrDef_HTML_Class:
Collaboration diagram for HTMLPurifier_AttrDef_HTML_Class:Protected Member Functions | |
| split ($string, $config, $context) | |
| filter ($tokens, $config, $context) | |
| split ($string, $config, $context) | |
| Splits a space separated list of tokens into its constituent parts. More... | |
| filter ($tokens, $config, $context) | |
| Template method for removing certain tokens based on arbitrary criteria. More... | |
Protected Member Functions inherited from HTMLPurifier_AttrDef | |
| mungeRgb ($string) | |
| Removes spaces from rgb(0, 0, 0) so that shorthand CSS properties work properly. More... | |
| expandCSSEscape ($string) | |
| Parses a possibly escaped CSS string and returns the "pure" version of it. More... | |
Additional Inherited Members | |
Public Member Functions inherited from HTMLPurifier_AttrDef_HTML_Nmtokens | |
| validate ($string, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_AttrDef | |
| validate ($string, $config, $context) | |
| Validates and cleans passed string according to a definition. More... | |
| parseCDATA ($string) | |
| Convenience method that parses a string as if it were CDATA. More... | |
| make ($string) | |
| Factory method for creating this class from a string. More... | |
Data Fields inherited from HTMLPurifier_AttrDef | |
| $minimized = false | |
| Tells us whether or not an HTML attribute is minimized. More... | |
| $required = false | |
| Tells us whether or not an HTML attribute is required. More... | |
Implements special behavior for class attribute (normally NMTOKENS)
|
protected |
| array | $tokens | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef_HTML_Nmtokens.
Definition at line 31 of file Class.php.
References $config, $ret, and PHPMailer\PHPMailer\$token.
|
protected |
| string | $string | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef_HTML_Nmtokens.
Definition at line 14 of file Class.php.
References $config, $context, $name, and Sabre\Uri\split().
Here is the call graph for this function: