Page Speed Optimization Libraries
1.4.26.1
|
This class does the preprocessing required to apply blink. More...
#include "blink_background_filter.h"
Public Member Functions | |
BlinkBackgroundFilter (RewriteDriver *rewrite_driver) | |
virtual void | StartElement (HtmlElement *element) |
virtual const char * | Name () const |
The name of this filter -- used for logging and debugging. |
This class does the preprocessing required to apply blink.
virtual void net_instaweb::BlinkBackgroundFilter::StartElement | ( | HtmlElement * | element | ) | [virtual] |
When an HTML element is encountered during parsing, each filter's StartElement method is called. The HtmlElement lives for the entire duration of the document.
Reimplemented from net_instaweb::EmptyHtmlFilter.