ILIAS
release_4-4 Revision
|
Validates contents based on NMTOKENS attribute type. More...
Public Member Functions | |
validate ($string, $config, $context) | |
![]() | |
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... | |
Protected Member Functions | |
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... | |
![]() | |
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 | |
![]() | |
$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... | |
Validates contents based on NMTOKENS attribute type.
Definition at line 6 of file Nmtokens.php.
|
protected |
Template method for removing certain tokens based on arbitrary criteria.
Definition at line 46 of file Nmtokens.php.
Referenced by validate().
|
protected |
Splits a space separated list of tokens into its constituent parts.
Definition at line 26 of file Nmtokens.php.
Referenced by validate().
HTMLPurifier_AttrDef_HTML_Nmtokens::validate | ( | $string, | |
$config, | |||
$context | |||
) |
Definition at line 9 of file Nmtokens.php.
References filter(), and split().