|
ILIAS
eassessment Revision 61809
|
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) | |
| 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.