XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_Strategy_RemoveForeignElements Class Reference
Inheritance diagram for HTMLPurifier_Strategy_RemoveForeignElements:
Inheritance graph

Public Member Functions

 execute ($tokens, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_Strategy
 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 11 of file RemoveForeignElements.php.

Member Function Documentation

HTMLPurifier_Strategy_RemoveForeignElements::execute (   $tokens,
  $config,
  $context 
)

Definition at line 14 of file RemoveForeignElements.php.

References $config, $result, and $token.


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