Class HTMLPurifier_Strategy_RemoveForeignElements

extends HTMLPurifier_Strategy

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.

Methods