|
HTMLPurifier 4.4.0
|
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. | |
| 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. | |
Implements special behavior for class attribute (normally NMTOKENS)
| HTMLPurifier_AttrDef_HTML_Class::filter | ( | $ | tokens, |
| $ | config, | ||
| $ | context | ||
| ) | [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.
References $config.
| HTMLPurifier_AttrDef_HTML_Class::filter | ( | $ | tokens, |
| $ | config, | ||
| $ | context | ||
| ) | [protected] |
Template method for removing certain tokens based on arbitrary criteria.
Reimplemented from HTMLPurifier_AttrDef_HTML_Nmtokens.
Definition at line 10040 of file HTMLPurifier.standalone.php.
References $config.
| HTMLPurifier_AttrDef_HTML_Class::split | ( | $ | string, |
| $ | config, | ||
| $ | context | ||
| ) | [protected] |
Splits a space separated list of tokens into its constituent parts.
Reimplemented from HTMLPurifier_AttrDef_HTML_Nmtokens.
Definition at line 10031 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrDef_HTML_Class::split | ( | $ | string, |
| $ | config, | ||
| $ | context | ||
| ) | [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.
Referenced by split().