|
ILIAS
Release_5_0_x_branch Revision 61816
|
Removes all unrecognized tags from the list of tokens. More...
Inheritance diagram for HTMLPurifier_Strategy_RemoveForeignElements:
Collaboration diagram for HTMLPurifier_Strategy_RemoveForeignElements:Public Member Functions | |
| execute ($tokens, $config, $context) | |
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 11 of file RemoveForeignElements.php.
| HTMLPurifier_Strategy_RemoveForeignElements::execute | ( | $tokens, | |
| $config, | |||
| $context | |||
| ) |
| HTMLPurifier_Token[] | $tokens | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_Strategy.
Definition at line 20 of file RemoveForeignElements.php.