ILIAS
Release_4_1_x_branch Revision 61804
|
Implements special behavior for class attribute (normally NMTOKENS) More...
Protected Member Functions | |
split ($string, $config, $context) | |
Splits a space separated list of tokens into its constituent parts. | |
filter ($tokens, $config, $context) | |
Template method for removing certain tokens based on arbitrary criteria. |
Additional Inherited Members | |
Public Member Functions inherited from HTMLPurifier_AttrDef_HTML_Nmtokens | |
validate ($string, $config, $context) | |
Validates and cleans passed string according to a definition. | |
Data Fields inherited from HTMLPurifier_AttrDef | |
$minimized = false | |
Tells us whether or not an HTML attribute is minimized. | |
$required = false | |
Tells us whether or not an HTML attribute is required. |
Implements special behavior for class attribute (normally NMTOKENS)
|
protected |
Template method for removing certain tokens based on arbitrary criteria.
Reimplemented from HTMLPurifier_AttrDef_HTML_Nmtokens.
Definition at line 17 of file Class.php.
|
protected |
Splits a space separated list of tokens into its constituent parts.
Reimplemented from HTMLPurifier_AttrDef_HTML_Nmtokens.
Definition at line 8 of file Class.php.
References $config.