Cheetah
Public Member Functions | Protected Member Functions | List of all members
HTMLPurifier_AttrDef_HTML_Nmtokens Class Reference
Inheritance diagram for HTMLPurifier_AttrDef_HTML_Nmtokens:
HTMLPurifier_AttrDef HTMLPurifier_AttrDef_HTML_Class

Public Member Functions

 validate ($string, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_AttrDef
 parseCDATA ($string)
 
 make ($string)
 

Protected Member Functions

 split ($string, $config, $context)
 
 filter ($tokens, $config, $context)
 
- Protected Member Functions inherited from HTMLPurifier_AttrDef
 mungeRgb ($string)
 
 expandCSSEscape ($string)
 

Additional Inherited Members

- Public Attributes inherited from HTMLPurifier_AttrDef
 $minimized = false
 
 $required = false
 

Detailed Description

Validates contents based on NMTOKENS attribute type.

Definition at line 12688 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ filter()

HTMLPurifier_AttrDef_HTML_Nmtokens::filter (   $tokens,
  $config,
  $context 
)
protected

Template method for removing certain tokens based on arbitrary criteria.

Note
If we wanted to be really functional, we'd do an array_filter with a callback. But... we're not.
Parameters
array$tokens
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
array

Reimplemented in HTMLPurifier_AttrDef_HTML_Class.

Definition at line 12746 of file HTMLPurifier.standalone.php.

◆ split()

HTMLPurifier_AttrDef_HTML_Nmtokens::split (   $string,
  $config,
  $context 
)
protected

Splits a space separated list of tokens into its constituent parts.

Parameters
string$string
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
array

Reimplemented in HTMLPurifier_AttrDef_HTML_Class.

Definition at line 12721 of file HTMLPurifier.standalone.php.

◆ validate()

HTMLPurifier_AttrDef_HTML_Nmtokens::validate (   $string,
  $config,
  $context 
)
Parameters
string$string
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
bool|string

Reimplemented from HTMLPurifier_AttrDef.

Definition at line 12697 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: