Cheetah
Public Member Functions | List of all members
HTMLPurifier_Strategy_RemoveForeignElements Class Reference
Inheritance diagram for HTMLPurifier_Strategy_RemoveForeignElements:
HTMLPurifier_Strategy

Public Member Functions

 execute ($tokens, $config, $context)
 

Detailed Description

Removes all unrecognized tags from the list of tokens.

This strategy iterates through all the tokens and removes unrecognized tokens. If a token is not recognized but a TagTransform is defined for that element, the element will be transformed accordingly.

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

Member Function Documentation

◆ execute()

HTMLPurifier_Strategy_RemoveForeignElements::execute (   $tokens,
  $config,
  $context 
)
Parameters
HTMLPurifier_Token[]$tokens
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
array|HTMLPurifier_Token[]

Reimplemented from HTMLPurifier_Strategy.

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


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