Cheetah
|
Public Member Functions | |
validate ($string, $config, $context) | |
![]() | |
parseCDATA ($string) | |
make ($string) | |
Protected Member Functions | |
split ($string, $config, $context) | |
filter ($tokens, $config, $context) | |
![]() | |
mungeRgb ($string) | |
expandCSSEscape ($string) | |
Additional Inherited Members | |
![]() | |
$minimized = false | |
$required = false | |
Validates contents based on NMTOKENS attribute type.
Definition at line 12688 of file HTMLPurifier.standalone.php.
|
protected |
Template method for removing certain tokens based on arbitrary criteria.
array | $tokens | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented in HTMLPurifier_AttrDef_HTML_Class.
Definition at line 12746 of file HTMLPurifier.standalone.php.
|
protected |
Splits a space separated list of tokens into its constituent parts.
string | $string | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented in HTMLPurifier_AttrDef_HTML_Class.
Definition at line 12721 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_HTML_Nmtokens::validate | ( | $string, | |
$config, | |||
$context | |||
) |
string | $string | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 12697 of file HTMLPurifier.standalone.php.