Page Speed Optimization Libraries
1.7.30.4
|
#include "strip_non_cacheable_filter.h"
Public Member Functions | |
StripNonCacheableFilter (RewriteDriver *rewrite_driver) | |
virtual void | StartDocument () |
virtual void | StartElement (HtmlElement *element) |
virtual const char * | Name () const |
This class strips off the non cacheable content from the html. It is assumed that the entire html would be in the same flush window so its safe to delete elements.